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.
2 parents 6ad4b1d + 37a9dac commit cdea714Copy full SHA for cdea714
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
cucumber-scala/src/main/resources/META-INF/plugin.xml
@@ -38,7 +38,7 @@
38
]]>
39
</change-notes>
40
41
- <idea-version since-build="193.0" until-build="194.0" />
+ <idea-version since-build="193" until-build="193.*" />
42
43
<depends>com.intellij.modules.java</depends>
44
<depends>gherkin</depends>
0 commit comments