Skip to content

Commit

Permalink
Use JDK 8 for compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKarlas committed Dec 8, 2023
1 parent b52f629 commit 282397a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@ plugins {

josm {
debugPort = 2019
}

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(8))
}
}

0 comments on commit 282397a

Please sign in to comment.