Skip to content

Commit 61ffce4

Browse files
committed
fixed incompatibility of tests with gradle 8.5
1 parent 759e262 commit 61ffce4

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

jcp-tests/jcp-test-gradle-5/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ apply plugin: 'com.igormaznitsa.jcp'
1313

1414
mainClassName = '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

1919
repositories {
2020
mavenLocal()

jcp-tests/jcp-test-gradle-6/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ apply plugin: 'com.igormaznitsa.jcp'
1313

1414
mainClassName = '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

1919
repositories {
2020
mavenLocal()

jcp-tests/jcp-test-gradle-7/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ apply plugin: 'com.igormaznitsa.jcp'
1313

1414
mainClassName = '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

1919
repositories {
2020
mavenLocal()

jcp-tests/jcp-test-gradle-8/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ apply plugin: 'com.igormaznitsa.jcp'
1313

1414
mainClassName = '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

1919
repositories {
2020
mavenLocal()

0 commit comments

Comments
 (0)