Skip to content

Commit

Permalink
Update JDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
IRus committed Feb 29, 2024
1 parent 0ce2b6b commit 76ad6b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: "17"
java-version: "21"
distribution: "liberica"
- uses: gradle/gradle-build-action@v3
- run: ./gradlew distTar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
languages: ${{ matrix.language }}
- uses: actions/setup-java@v4
with:
java-version: "17"
java-version: "21"
distribution: "liberica"
- uses: gradle/gradle-build-action@v3
- run: echo "kotlin.daemon.jvmargs=-Xmx1g" >> gradle.properties
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: "17"
java-version: "21"
distribution: "liberica"
- uses: gradle/gradle-build-action@v3
- run: ./gradlew check
Expand Down

0 comments on commit 76ad6b2

Please sign in to comment.