Skip to content

Commit

Permalink
upgrade java to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlaster committed Nov 13, 2024
1 parent 7efa7bd commit 24d692f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
java-version: 21

- name: Setup Android SDK
uses: android-actions/setup-android@v2
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
allprojects {
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
compilerOptions {
jvmTarget.set(JvmTarget.JVM_17)
jvmTarget.set(JvmTarget.JVM_21)
allWarningsAsErrors.set(true)
freeCompilerArgs.set(listOf(
"-Xexpect-actual-classes",
Expand Down

0 comments on commit 24d692f

Please sign in to comment.