File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ plugins {
1414}
1515
1616apply plugin : ' java'
17- sourceCompatibility = ' 1.8 '
18- targetCompatibility = ' 1.8 '
17+ sourceCompatibility = 11
18+ targetCompatibility = 11
1919
2020// Tests
2121apply plugin : ' groovy'
@@ -202,7 +202,11 @@ artifactory {
202202
203203idea {
204204 project {
205- languageLevel = ' 1.8 '
205+ languageLevel = ' 11 '
206206 vcs = ' Git'
207207 }
208208}
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
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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