We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb47ddd + a026f72 commit 9b19580Copy full SHA for 9b19580
build.gradle
@@ -53,10 +53,6 @@ dependencies {
53
testCompile 'org.mockito:mockito-core:1.8.5'
54
}
55
56
-task wrapper(type: Wrapper) {
57
- gradleVersion = '4.10.2' //version required
58
-}
59
-
60
task sourcesJar(type: Jar) {
61
classifier = 'sources'
62
from sourceSets.main.allSource
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments