Skip to content

Commit aa3717b

Browse files
committed
Use publish token from property or env
1 parent 4c5bca5 commit aa3717b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cucumber-scala/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ intellij {
2626
}
2727

2828
publishPlugin {
29-
token ''
30-
//channels 'default'
29+
token findProperty("PUBLISH_TOKEN") ?: System.getenv("PUBLISH_TOKEN")
3130
}

0 commit comments

Comments
 (0)