Skip to content

Commit

Permalink
Use java 18.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laimiux committed Jan 3, 2024
1 parent 2f04dff commit 94bf9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ allprojects {
}

subprojects {
val javaVersion = JavaVersion.VERSION_11
val javaVersion = JavaVersion.VERSION_18

tasks.withType<org.jetbrains.dokka.gradle.DokkaTaskPartial>().configureEach {
dokkaSourceSets.named("main") {
Expand Down

0 comments on commit 94bf9ae

Please sign in to comment.