File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ apply plugin: 'com.igormaznitsa.jcp'
1313
1414mainClassName = ' hello.world'
1515
16- sourceCompatibility = JavaVersion . VERSION_1_7
17- targetCompatibility = JavaVersion . VERSION_1_7
16+ sourceCompatibility = JavaVersion . VERSION_1_8
17+ targetCompatibility = JavaVersion . VERSION_1_8
1818
1919repositories {
2020 mavenLocal()
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ apply plugin: 'com.igormaznitsa.jcp'
1313
1414mainClassName = ' hello.world'
1515
16- sourceCompatibility = JavaVersion . VERSION_1_7
17- targetCompatibility = JavaVersion . VERSION_1_7
16+ sourceCompatibility = JavaVersion . VERSION_1_8
17+ targetCompatibility = JavaVersion . VERSION_1_8
1818
1919repositories {
2020 mavenLocal()
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ apply plugin: 'com.igormaznitsa.jcp'
1313
1414mainClassName = ' hello.world'
1515
16- sourceCompatibility = JavaVersion . VERSION_1_7
17- targetCompatibility = JavaVersion . VERSION_1_7
16+ sourceCompatibility = JavaVersion . VERSION_1_8
17+ targetCompatibility = JavaVersion . VERSION_1_8
1818
1919repositories {
2020 mavenLocal()
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ apply plugin: 'com.igormaznitsa.jcp'
1313
1414mainClassName = ' hello.world'
1515
16- sourceCompatibility = JavaVersion . VERSION_1_7
17- targetCompatibility = JavaVersion . VERSION_1_7
16+ sourceCompatibility = JavaVersion . VERSION_1_8
17+ targetCompatibility = JavaVersion . VERSION_1_8
1818
1919repositories {
2020 mavenLocal()
You can’t perform that action at this time.
0 commit comments