Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hankem committed May 17, 2024
1 parent 5feb4ba commit c460d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
- name: Test
uses: gradle/actions/setup-gradle@v3
with:
arguments: test -PallTests -PtestJavaVersion=${{ matrix.test_java_version }} -Dorg.gradle.jvm.toolchain.install.adoptopenjdk.baseUri=https://api.adoptopenjdk.net/
arguments: test -PallTests -PtestJavaVersion=${{ matrix.test_java_version }} -Dorg.gradle.jvm.toolchain.install.adoptium.baseUri=https://api.adoptopenjdk.net/
cache-disabled: true

0 comments on commit c460d84

Please sign in to comment.