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 94b9d00 commit c330812Copy full SHA for c330812
1 file changed
Plan/plugin/build.gradle
@@ -151,10 +151,10 @@ hangarPublish {
151
152
oreDeployment {
153
defaultPublication {
154
- projectId.set('Plan')
+ projectId.set('plan')
155
channel.set(providers.environmentVariable("RELEASE_PRERELEASE").map { it == "true" ? "DEV" : "Release" }.orElse("Release"))
156
versionBody.set(providers.environmentVariable("RELEASE_CHANGELOG"))
157
158
publishArtifacts.from(file(providers.environmentVariable("RELEASE_JAR_PATH").getOrElse("Plan.jar")))
159
}
160
-}
+}
0 commit comments