Skip to content

Commit

Permalink
Configure java toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
thegatesdev committed Nov 29, 2023
1 parent 808a4ab commit fbb5f3c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ description = "A clean, type safe configuration structure."


java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

withJavadocJar()
withSourcesJar()

toolchain.languageVersion.set(JavaLanguageVersion.of(17))
}

publishing {
Expand Down

0 comments on commit fbb5f3c

Please sign in to comment.