We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9997731 commit 3d8bf23Copy full SHA for 3d8bf23
build.gradle.kts
@@ -51,7 +51,6 @@ tasks {
51
}
52
53
publishPlugin {
54
- token.set(System.getenv("PUBLISH_TOKEN"))
55
-// channels.set(listOf("alpha"))
+ token = providers.gradleProperty("intellijPlatformPublishingToken")
56
57
0 commit comments