Skip to content

Commit cdea714

Browse files
committed
Merge branch 'master' of github.com:vbmacher/intellij-cucumber-scala into development
2 parents 6ad4b1d + 37a9dac commit cdea714

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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
}

cucumber-scala/src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
]]>
3939
</change-notes>
4040

41-
<idea-version since-build="193.0" until-build="194.0" />
41+
<idea-version since-build="193" until-build="193.*" />
4242

4343
<depends>com.intellij.modules.java</depends>
4444
<depends>gherkin</depends>

0 commit comments

Comments
 (0)