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 fd9325b commit 9ab575fCopy full SHA for 9ab575f
stonecutter.gradle.kts
@@ -5,12 +5,14 @@ plugins {
5
}
6
stonecutter active file("versions/current")
7
8
+version = property("modVersion").toString()
9
+
10
nmcpAggregation {
11
centralPortal {
12
username = secrets.gradleProperty("mcentral.username")
13
password = secrets.gradleProperty("mcentral.password")
14
- publicationName = "yet-another-config-lib:$version"
15
+ publicationName = "zoomify:$version"
16
17
18
dependencies {
0 commit comments