Skip to content

Commit 8297d0c

Browse files
authored
Commited changes to revert gradle upgradle because of some errors (#96)
1 parent d9e0cff commit 8297d0c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ buildscript {
66
jcenter()
77
}
88
dependencies {
9-
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.4'
10-
classpath 'org.junit.platform:junit-platform-gradle-plugin:1.2.0'
9+
classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.3'
10+
classpath 'org.junit.platform:junit-platform-gradle-plugin:1.0.1'
1111
}
1212
}
1313

gradle .properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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-5.0-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-all.zip
77
systemProp.http.proxyHost=web-proxy.am.softwaregrp.net
88
systemProp.http.proxyPort=8080
99
systemProp.https.proxyHost=web-proxy.am.softwaregrp.net

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-5.0-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-all.zip

0 commit comments

Comments
 (0)