Skip to content

Commit 85b869e

Browse files
committed
Fix build for ServiceStackIDEA JB publish
1 parent 5dfbd58 commit 85b869e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServiceStackIDEA/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ String jbPass;
1616
Properties properties = System.properties;
1717
if(properties.getProperty("jetbrains.plugins.user", null) == null) {
1818
properties.load(project.file('./local.properties').newDataInputStream())
19-
jbUser = properties.getProperty("jetbrains.plugins.user");
20-
jbPass = properties.getProperty("jetbrains.plugins.password");
2119
}
20+
jbUser = properties.getProperty("jetbrains.plugins.user");
21+
jbPass = properties.getProperty("jetbrains.plugins.password");
2222

2323
intellij {
2424
version 'IC-14.1.4'

0 commit comments

Comments
 (0)