We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41046ec commit afbc737Copy full SHA for afbc737
README.md
@@ -49,11 +49,14 @@ It also provides a Gradle plugin to easily get a Grgit instance for the build's
49
- [Documentation Site](https://ajoberstar.org/grgit/main/index.html)
50
- [Release Notes](https://github.com/ajoberstar/grgit/releases)
51
52
-## Simple Usage in Gradle
53
-
54
> [!IMPORTANT]
55
> grgit **is not compatible** with Gradle's configuration cache and is **out of scope** for future work on grgit.
56
+## Simple Usage in Gradle
+
57
+> [!NOTE]
58
+> `org.ajoberstar.grgit` has poor compatibility with Kotlin scripts. See #361 for an example.
59
60
Apply the `org.ajoberstar.grgit` plugin in any project that needs to access a `Grgit` instance.
61
62
> [!NOTE]
0 commit comments