Skip to content

Commit 9ab575f

Browse files
committed
fix maven central publication name
1 parent fd9325b commit 9ab575f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stonecutter.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ plugins {
55
}
66
stonecutter active file("versions/current")
77

8+
version = property("modVersion").toString()
9+
810
nmcpAggregation {
911
centralPortal {
1012
username = secrets.gradleProperty("mcentral.username")
1113
password = secrets.gradleProperty("mcentral.password")
1214

13-
publicationName = "yet-another-config-lib:$version"
15+
publicationName = "zoomify:$version"
1416
}
1517
}
1618
dependencies {

0 commit comments

Comments
 (0)