We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011dbd6 commit 3aa28efCopy full SHA for 3aa28ef
README.md
@@ -17,7 +17,7 @@ Add the plugin to your `settings.gradle.kts` file:
17
18
```kotlin
19
plugins {
20
- id(id = "dev.g000sha256.gradle-module-tree") version "1.1.0"
+ id(id = "dev.g000sha256.gradle-module-tree") version "1.1.1"
21
}
22
```
23
build.gradle.kts
@@ -1,7 +1,7 @@
1
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2
3
group = "dev.g000sha256"
4
-version = "1.1.0"
+version = "1.1.1"
5
6
7
alias(notation = catalog.plugins.g000sha256.sonatypeMavenCentral)
0 commit comments