Skip to content

Commit d2e5942

Browse files
committed
fix release publish attempt #6
1 parent 737c0af commit d2e5942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
kotlin("jvm") version "1.5.30"
77
id("com.github.johnrengelman.shadow") version "6.1.0"
88
id("com.palantir.git-version") version "0.12.3"
9-
id("io.github.gradle-nexus.publish-plugin") version "1.0.0"
9+
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
1010
}
1111

1212
val versionDetails: Closure<VersionDetails> by extra

0 commit comments

Comments
 (0)