Skip to content

Commit f19d38a

Browse files
Update workflow too
1 parent 9ba928b commit f19d38a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ jobs:
3232
- name: Setup Java
3333
uses: actions/setup-java@v4
3434
with:
35-
distribution: zulu
35+
distribution: temurin
3636
java-version: 24
3737

3838
- name: Setup project and upload dependency graph
3939
uses: gradle/actions/setup-gradle@v4
4040
with:
4141
dependency-graph: generate-and-submit
4242
build-scan-publish: true
43-
build-scan-terms-of-use-url: 'https://gradle.com/help/legal-terms-of-use'
43+
build-scan-terms-of-use-url: 'https://gradle.com/legal/terms-of-use/'
4444
build-scan-terms-of-use-agree: 'yes'
4545

4646
- name: Execute tests

0 commit comments

Comments
 (0)