Skip to content

Commit

Permalink
Merge pull request #9781 from JabRef/down-to-jdk-19
Browse files Browse the repository at this point in the history
Down to JDK19
  • Loading branch information
Siedlerchr committed Apr 21, 2023
2 parents ca9d841 + 1f559b1 commit 3758279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ group = "org.jabref"
version = project.findProperty('projVersion') ?: '100.0.0'

java {
sourceCompatibility = JavaVersion.VERSION_20
targetCompatibility = JavaVersion.VERSION_20
sourceCompatibility = JavaVersion.VERSION_19
targetCompatibility = JavaVersion.VERSION_19
// Workaround needed for Eclipse, probably because of https://github.com/gradle/gradle/issues/16922
// Should be removed as soon as Gradle 7.0.1 is released ( https://github.com/gradle/gradle/issues/16922#issuecomment-828217060 )
modularity.inferModulePath.set(false)
Expand Down

0 comments on commit 3758279

Please sign in to comment.