Skip to content

Commit

Permalink
source compatibility Java 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tenbergen committed Jun 16, 2020
1 parent da45097 commit b9cf937
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ group = 'com.github.tenbergen'

compileJava.options.fork = true

sourceCompatibility = '1.8'
targetCompatibility = '1.8'
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
targetJavaVersion=1.8
org.gradle.jvm.version=8
targetJavaVersion=JavaVersion.VERSION_1_8
org.gradle.jvm.version=JavaVersion.VERSION_1_8

0 comments on commit b9cf937

Please sign in to comment.