File tree 3 files changed +9
-5
lines changed
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ plugins {
14
14
}
15
15
16
16
apply plugin : ' java'
17
- sourceCompatibility = ' 1.8 '
18
- targetCompatibility = ' 1.8 '
17
+ sourceCompatibility = 11
18
+ targetCompatibility = 11
19
19
20
20
// Tests
21
21
apply plugin : ' groovy'
@@ -202,7 +202,11 @@ artifactory {
202
202
203
203
idea {
204
204
project {
205
- languageLevel = ' 1.8 '
205
+ languageLevel = ' 11 '
206
206
vcs = ' Git'
207
207
}
208
208
}
209
+
210
+ wrapper {
211
+ gradleVersion = ' 4.10.3'
212
+ }
Original file line number Diff line number Diff line change 1
- # Wed Apr 25 17:03:16 EDT 2018
1
+ # Thu Jun 20 12:32:36 CEST 2019
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-3.5 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.3 -all.zip
You can’t perform that action at this time.
0 commit comments