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 e3725d1 commit ed17226Copy full SHA for ed17226
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.0.0"
+ id(id = "dev.g000sha256.gradle-module-tree") version "1.1.0"
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.0.0"
+version = "1.1.0"
5
6
7
alias(notation = catalog.plugins.g000sha256.sonatypeMavenCentral)
0 commit comments