Skip to content

Commit

Permalink
update gradle build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaktushose committed Jan 13, 2025
1 parent b31d38d commit b3458eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jda-commands/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,13 @@ publishing {
}

java {
targetCompatibility = JavaVersion.VERSION_23
sourceCompatibility = JavaVersion.VERSION_23
toolchain {
languageVersion = JavaLanguageVersion.of(23)
}
withSourcesJar()
withJavadocJar()
}

tasks.test {
Expand Down

0 comments on commit b3458eb

Please sign in to comment.