Skip to content

Commit

Permalink
Bump Java to version 17 (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
blockvote authored May 6, 2024
1 parent f34715b commit 98c0d53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Java 11
- name: Setup Java 17
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: adopt
- uses: gradle/gradle-build-action@v3
env:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ subprojects {

tasks {
withType<KotlinCompile> {
kotlinOptions.jvmTarget = "11"
kotlinOptions.jvmTarget = "17"
}

withType<Test> {
Expand Down

0 comments on commit 98c0d53

Please sign in to comment.