Skip to content

Commit

Permalink
build: use Java toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
TehBrian committed Jan 12, 2022
1 parent 5b41584 commit 7aae5f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ version = "2.0.0"
description = "Easily edit signs, with support for both MiniMessage and legacy color codes."

java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
}

repositories {
Expand Down

0 comments on commit 7aae5f3

Please sign in to comment.