Skip to content

Commit b9cf937

Browse files
committed
source compatibility Java 1.8
1 parent da45097 commit b9cf937

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ group = 'com.github.tenbergen'
1919

2020
compileJava.options.fork = true
2121

22-
sourceCompatibility = '1.8'
23-
targetCompatibility = '1.8'
22+
sourceCompatibility = JavaVersion.VERSION_1_8
23+
targetCompatibility = JavaVersion.VERSION_1_8
2424

2525
java {
2626
sourceCompatibility = JavaVersion.VERSION_1_8

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
targetJavaVersion=1.8
2-
org.gradle.jvm.version=8
1+
targetJavaVersion=JavaVersion.VERSION_1_8
2+
org.gradle.jvm.version=JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)