Skip to content

Commit

Permalink
Update toolchain settings
Browse files Browse the repository at this point in the history
  • Loading branch information
rheimus committed Dec 26, 2023
1 parent 6622887 commit c9efd91
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ group = "com.superzanti.serversync"
version = ss_version

java {
sourceCompatibility = 9
targetCompatibility = 16
toolchain {
languageVersion = JavaLanguageVersion.of(16)
}
}

configurations {
Expand Down

0 comments on commit c9efd91

Please sign in to comment.