File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
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 {
2828allprojects {
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
You can’t perform that action at this time.
0 commit comments