Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add virtual thread support #3443

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Draft
Prev Previous commit
Next Next commit
Add JDK 21 to all Gradle builds on GitHub Actions
marcphilipp committed Sep 1, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 18aee3bcc0b5d8359cf015c8eafa5a119ddb70d7
4 changes: 4 additions & 0 deletions .github/actions/run-gradle/action.yml
Original file line number Diff line number Diff line change
@@ -13,6 +13,10 @@ runs:
with:
distribution: temurin
java-version: 17
- uses: oracle-actions/setup-java@v1
with:
website: jdk.java.net
release: 21
- uses: gradle/gradle-build-action@v2
env:
JAVA_HOME: ${{ steps.setup-gradle-jdk.outputs.path }}
4 changes: 0 additions & 4 deletions .github/actions/setup-test-jdk/action.yml
Original file line number Diff line number Diff line change
@@ -9,9 +9,5 @@ runs:
java-version: 8
- shell: bash
run: echo "JDK8=$JAVA_HOME" >> $GITHUB_ENV
- uses: oracle-actions/setup-java@v1
with:
website: jdk.java.net
release: 21
- shell: bash
run: echo "JDK21=$JAVA_HOME" >> $GITHUB_ENV