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'
13
13
14
14
mainClassName = ' hello.world'
15
15
16
- sourceCompatibility = JavaVersion . VERSION_1_7
17
- targetCompatibility = JavaVersion . VERSION_1_7
16
+ sourceCompatibility = JavaVersion . VERSION_1_8
17
+ targetCompatibility = JavaVersion . VERSION_1_8
18
18
19
19
repositories {
20
20
mavenLocal()
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ apply plugin: 'com.igormaznitsa.jcp'
13
13
14
14
mainClassName = ' hello.world'
15
15
16
- sourceCompatibility = JavaVersion . VERSION_1_7
17
- targetCompatibility = JavaVersion . VERSION_1_7
16
+ sourceCompatibility = JavaVersion . VERSION_1_8
17
+ targetCompatibility = JavaVersion . VERSION_1_8
18
18
19
19
repositories {
20
20
mavenLocal()
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ apply plugin: 'com.igormaznitsa.jcp'
13
13
14
14
mainClassName = ' hello.world'
15
15
16
- sourceCompatibility = JavaVersion . VERSION_1_7
17
- targetCompatibility = JavaVersion . VERSION_1_7
16
+ sourceCompatibility = JavaVersion . VERSION_1_8
17
+ targetCompatibility = JavaVersion . VERSION_1_8
18
18
19
19
repositories {
20
20
mavenLocal()
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ apply plugin: 'com.igormaznitsa.jcp'
13
13
14
14
mainClassName = ' hello.world'
15
15
16
- sourceCompatibility = JavaVersion . VERSION_1_7
17
- targetCompatibility = JavaVersion . VERSION_1_7
16
+ sourceCompatibility = JavaVersion . VERSION_1_8
17
+ targetCompatibility = JavaVersion . VERSION_1_8
18
18
19
19
repositories {
20
20
mavenLocal()
You can’t perform that action at this time.
0 commit comments