Skip to content

Commit

Permalink
Request Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Oct 30, 2023
1 parent 8e495f1 commit e29afa5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,12 @@ allprojects {

dependencyUpdates.rejectVersionIf { isNonStable(it.candidate.version) }

java.withSourcesJar()
java {
withSourcesJar()
toolchain {
languageVersion = JavaLanguageVersion.of(17)
}
}

test {
useJUnitPlatform()
Expand Down

0 comments on commit e29afa5

Please sign in to comment.