Skip to content

Commit

Permalink
github actions is still building with 8, so lower the jvm target to that
Browse files Browse the repository at this point in the history
  • Loading branch information
jillesvangurp committed Jan 15, 2024
1 parent edcfa27 commit 55a400b
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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
- name: Set up Jave
uses: actions/setup-java@v3
with:
distribution: corretto
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ tasks.withType<KotlinJvmCompile> {

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

0 comments on commit 55a400b

Please sign in to comment.