Skip to content

Commit df9f097

Browse files
committed
bump client gradle to v5.4.1 and remove unused user/password vars
1 parent 0cdc11f commit df9f097

File tree

3 files changed

+117
-6
lines changed

3 files changed

+117
-6
lines changed

.idea/codeStyles/Project.xml

Lines changed: 116 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/AndroidClient/client/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

src/ServiceStackIDEA/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,11 @@ if(System.env.BUILD_NUMBER != null && System.env.SERVICESTACKIDEA_PUBLISH_NIGHTL
1313
version = "${version}.$System.env.BUILD_NUMBER"
1414
}
1515

16-
String jbUser;
17-
String jbPass;
1816
String jbToken;
1917

20-
2118
if(properties.getProperty("jetbrains.plugins.user", null) == null) {
2219
properties.load(project.file('./local.properties').newDataInputStream())
2320
}
24-
jbUser = properties.getProperty("jetbrains.plugins.user");
25-
jbPass = properties.getProperty("jetbrains.plugins.password");
2621
jbToken = properties.getProperty("jetbrains.plugins.token");
2722

2823
intellij {

0 commit comments

Comments
 (0)