Skip to content

Commit cdd7a30

Browse files
authored
Update build.gradle
1 parent 95f786c commit cdd7a30

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/ServiceStackIDEA/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ 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-
if (properties.getProperty("jetbrains.plugins.publishChannel", null) != null) {
23-
publishChannel = properties.getProperty("jetbrains.plugins.publishChannel");
22+
publishChannel = properties.getProperty("jetbrains.plugins.publishChannel");
23+
if (publishChannel == null) {
24+
publishChannel = 'nightly'
2425
}
2526

2627
intellij {

0 commit comments

Comments
 (0)