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
Move env var export as well
  • Loading branch information
marcphilipp committed Sep 1, 2023

Verified

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