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 6ec11fd commit 5feb4ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
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 }}
arguments: test -PallTests -PtestJavaVersion=${{ matrix.test_java_version }} -Dorg.gradle.jvm.toolchain.install.adoptopenjdk.baseUri=https://api.adoptopenjdk.net/
cache-disabled: true
10 changes: 0 additions & 10 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,3 @@ gradleEnterprise {
termsOfServiceAgree = "yes"
}
}

toolchainManagement {
jvm {
javaRepositories {
repository('azul') {
resolverClass = AzulResolver
}
}
}
}

0 comments on commit 5feb4ba

Please sign in to comment.