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 4c5bca5 commit aa3717bCopy full SHA for aa3717b
cucumber-scala/build.gradle
@@ -26,6 +26,5 @@ intellij {
26
}
27
28
publishPlugin {
29
- token ''
30
- //channels 'default'
+ token findProperty("PUBLISH_TOKEN") ?: System.getenv("PUBLISH_TOKEN")
31
0 commit comments