File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Add the plugin to your `settings.gradle.kts` file:
1717
1818``` kotlin
1919plugins {
20- id(id = " dev.g000sha256.gradle-module-tree" ) version " 1.1.0 "
20+ id(id = " dev.g000sha256.gradle-module-tree" ) version " 1.1.1 "
2121}
2222```
2323
Original file line number Diff line number Diff line change 11import org.jetbrains.kotlin.gradle.dsl.JvmTarget
22
33group = " dev.g000sha256"
4- version = " 1.1.0 "
4+ version = " 1.1.1 "
55
66plugins {
77 alias(notation = catalog.plugins.g000sha256.sonatypeMavenCentral)
Original file line number Diff line number Diff line change 22annotations = " 26.0.2"
33binaryCompatibilityValidator = " 0.18.1"
44kotlin = " 2.2.20"
5- sonatypeMavenCentral = " 1.1.0 "
5+ sonatypeMavenCentral = " 1.1.1 "
66
77[plugins ]
88g000sha256-sonatypeMavenCentral = { id = " dev.g000sha256.sonatype-maven-central" , version.ref = " sonatypeMavenCentral" }
You can’t perform that action at this time.
0 commit comments