Skip to content

Commit

Permalink
bump everything to 11. 8 doesn't work apparently.
Browse files Browse the repository at this point in the history
  • Loading branch information
jillesvangurp committed Jan 15, 2024
1 parent 55a400b commit 1bd8611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: corretto
java-version: 8
java-version: 11
cache: gradle
- name: Cache konan
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -97,7 +97,7 @@ tasks.withType<KotlinJvmCompile> {

kotlinOptions {
// this is the minimum LTS version we support, 8 is no longer supported
jvmTarget = "8"
jvmTarget = "11"
languageVersion = "1.9"
}
}
Expand Down

0 comments on commit 1bd8611

Please sign in to comment.