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 f67d6a5 commit e5050f7Copy full SHA for e5050f7
build.gradle.kts
@@ -185,6 +185,7 @@ if (!isRelease || isMainBranch) { // Only publish releases from the main branch
185
channel.set(if (isRelease) "Release" else if (isMainBranch) "Snapshot" else "Alpha")
186
changelog.set(changelogContent)
187
apiKey.set(System.getenv("HANGAR_SECRET"))
188
+ id.set("BetterGoPaint")
189
platforms {
190
register(Platforms.PAPER) {
191
jar.set(tasks.shadowJar.flatMap { it.archiveFile })
0 commit comments