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 737c0af commit d2e5942Copy full SHA for d2e5942
build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
kotlin("jvm") version "1.5.30"
7
id("com.github.johnrengelman.shadow") version "6.1.0"
8
id("com.palantir.git-version") version "0.12.3"
9
- id("io.github.gradle-nexus.publish-plugin") version "1.0.0"
+ id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
10
}
11
12
val versionDetails: Closure<VersionDetails> by extra
0 commit comments