Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Commit

Permalink
fix compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Muskalla committed Nov 27, 2020
1 parent d14dac5 commit 7381de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/java.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ if (project.hasProperty("minJavaVersionForTests")) {
}

java {
sourceCompatibility = JavaVersion.toVersion(project.ext.release)
targetCompatibility = JavaVersion.toVersion(project.ext.release)
// sourceCompatibility = JavaVersion.toVersion(project.ext.release)
// targetCompatibility = JavaVersion.toVersion(project.ext.release)

toolchain {
languageVersion = JavaLanguageVersion.of(Math.max(project.ext.release.majorVersion.toInteger(), DEFAULT_JAVA_VERSION))
Expand Down

0 comments on commit 7381de8

Please sign in to comment.