We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba928b commit f19d38aCopy full SHA for f19d38a
.github/workflows/unit-test.yml
@@ -32,15 +32,15 @@ jobs:
32
- name: Setup Java
33
uses: actions/setup-java@v4
34
with:
35
- distribution: zulu
+ distribution: temurin
36
java-version: 24
37
38
- name: Setup project and upload dependency graph
39
uses: gradle/actions/setup-gradle@v4
40
41
dependency-graph: generate-and-submit
42
build-scan-publish: true
43
- build-scan-terms-of-use-url: 'https://gradle.com/help/legal-terms-of-use'
+ build-scan-terms-of-use-url: 'https://gradle.com/legal/terms-of-use/'
44
build-scan-terms-of-use-agree: 'yes'
45
46
- name: Execute tests
0 commit comments