Skip to content

Commit

Permalink
the android gradle plugin requires java 11 and is used in integration…
Browse files Browse the repository at this point in the history
… tests
  • Loading branch information
andrewparmet committed Jan 18, 2024
1 parent ff4eacd commit 74b6c09
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 @@ -57,7 +57,7 @@ ext[GRADLE_PUBLISH_SECRET] = System.getenv("GRADLE_PORTAL_PUBLISH_SECRET")

kotlin {
jvmToolchain {
languageVersion.set(JavaLanguageVersion.of(8))
languageVersion.set(JavaLanguageVersion.of(11))
}
}

Expand Down

0 comments on commit 74b6c09

Please sign in to comment.