File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ version = "1.0.0"
55
66plugins {
77 alias(notation = catalog.plugins.g000sha256.sonatypeMavenCentral)
8+ alias(notation = catalog.plugins.gradle.javaGradlePlugin)
89 alias(notation = catalog.plugins.gradle.mavenPublish)
9- alias(notation = catalog.plugins.gradle.plugin)
1010 alias(notation = catalog.plugins.gradle.signing)
1111 alias(notation = catalog.plugins.jetBrains.binaryCompatibilityValidator)
1212 alias(notation = catalog.plugins.jetBrains.kotlin)
@@ -59,7 +59,7 @@ publishing {
5959 " pluginMaven" -> {
6060 name = " Gradle Module Tree plugin"
6161 description = " A Gradle settings plugin that provides a hierarchical DSL for organizing and " +
62- " auto-creating multi-module project structures"
62+ " auto-creating multi-module project structures"
6363 }
6464 else -> error(message = " Unknown publication" )
6565 }
Original file line number Diff line number Diff line change 11[versions ]
22annotations = " 26.0.2"
33binaryCompatibilityValidator = " 0.18.1"
4- kotlin = " 2.2.10 "
5- sonatypeMavenCentral = " 1.0 .0"
4+ kotlin = " 2.2.20 "
5+ sonatypeMavenCentral = " 1.1 .0"
66
77[plugins ]
88g000sha256-sonatypeMavenCentral = { id = " dev.g000sha256.sonatype-maven-central" , version.ref = " sonatypeMavenCentral" }
9+ gradle-javaGradlePlugin = { id = " org.gradle.java-gradle-plugin" }
910gradle-mavenPublish = { id = " org.gradle.maven-publish" }
10- gradle-plugin = { id = " org.gradle.java-gradle-plugin" }
1111gradle-signing = { id = " org.gradle.signing" }
1212jetBrains-binaryCompatibilityValidator = { id = " org.jetbrains.kotlinx.binary-compatibility-validator" , version.ref = " binaryCompatibilityValidator" }
1313jetBrains-kotlin = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
You can’t perform that action at this time.
0 commit comments