File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,13 @@ if(System.env.BUILD_NUMBER != null && System.env.SERVICESTACKIDEA_PUBLISH_NIGHTL
1212 // Append build number to version for a new nightly build version to be published.
1313 version = " ${ version} .$System . env . BUILD_NUMBER "
1414}
15+
1516String jbToken;
16- String publishChannel;
1717
1818if (properties. getProperty(" jetbrains.plugins.user" , null ) == null ) {
1919 properties. load(project. file(' ./local.properties' ). newDataInputStream())
2020}
2121jbToken = properties. getProperty(" jetbrains.plugins.token" );
22- publishChannel = properties. getProperty(" jetbrains.plugins.publishChannel" );
23- if (publishChannel == null ) {
24- publishChannel = ' nightly'
25- }
2622
2723intellij {
2824 version ' IC-14.1.4'
@@ -32,6 +28,6 @@ intellij {
3228
3329 publishPlugin {
3430 token jbToken
35- channels publishChannel
31+ channels ' beta '
3632 }
3733}
You can’t perform that action at this time.
0 commit comments