Skip to content

Commit 87138df

Browse files
authored
Revert
1 parent cdd7a30 commit 87138df

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/ServiceStackIDEA/build.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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+
1516
String jbToken;
16-
String publishChannel;
1717

1818
if (properties.getProperty("jetbrains.plugins.user", null) == null) {
1919
properties.load(project.file('./local.properties').newDataInputStream())
2020
}
2121
jbToken = properties.getProperty("jetbrains.plugins.token");
22-
publishChannel = properties.getProperty("jetbrains.plugins.publishChannel");
23-
if (publishChannel == null) {
24-
publishChannel = 'nightly'
25-
}
2622

2723
intellij {
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
}

0 commit comments

Comments
 (0)