We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dfbd58 commit 85b869eCopy full SHA for 85b869e
src/ServiceStackIDEA/build.gradle
@@ -16,9 +16,9 @@ String jbPass;
16
Properties properties = System.properties;
17
if(properties.getProperty("jetbrains.plugins.user", null) == null) {
18
properties.load(project.file('./local.properties').newDataInputStream())
19
- jbUser = properties.getProperty("jetbrains.plugins.user");
20
- jbPass = properties.getProperty("jetbrains.plugins.password");
21
}
+jbUser = properties.getProperty("jetbrains.plugins.user");
+jbPass = properties.getProperty("jetbrains.plugins.password");
22
23
intellij {
24
version 'IC-14.1.4'
0 commit comments