Skip to content

Commit ea42899

Browse files
committed
delete
1 parent bd729ce commit ea42899

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
def gradleVersion = "$DEFAULT_GRADLE_VERSION";
5-
File propertiesFile = file('local.properties');
4+
def gradleVersion = "$DEFAULT_GRADLE_VERSION"
5+
File propertiesFile = file('local.properties')
66
if (propertiesFile.exists()) {
77
Properties localProperties = new Properties()
88
def stream = project.rootProject.file('local.properties').newDataInputStream()
99
localProperties.load(stream)
1010
def localGradleVersion = localProperties.getProperty('LOCAL_GRADLE_VERSION')
1111
if (localGradleVersion != null) {
12-
gradleVersion = localGradleVersion;
12+
gradleVersion = localGradleVersion
1313
}
1414

1515
stream.close();
@@ -28,7 +28,7 @@ buildscript {
2828
allprojects {
2929
repositories {
3030
jcenter()
31-
maven {url 'https://dl.bintray.com/lwjfork/maven/'}
31+
// maven {url 'https://dl.bintray.com/lwjfork/maven/'}
3232
}
3333
}
3434

0 commit comments

Comments
 (0)