Skip to content

Commit 9b19580

Browse files
authored
Merge pull request #87 from arnobl/fix-gradle
fix(gradle): tests not executed because of issues with Gradle 4 and Java 11
2 parents fb47ddd + a026f72 commit 9b19580

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ dependencies {
5353
testCompile 'org.mockito:mockito-core:1.8.5'
5454
}
5555

56-
task wrapper(type: Wrapper) {
57-
gradleVersion = '4.10.2' //version required
58-
}
59-
6056
task sourcesJar(type: Jar) {
6157
classifier = 'sources'
6258
from sourceSets.main.allSource
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)