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 850a5fb commit 9798683Copy full SHA for 9798683
2 files changed
.github/workflows/build-docker.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: "gradle/actions/setup-gradle@5e2ebd065dc2488b7a6ad670704656cbbe1e8f60" # v6.1.1
25
with:
26
cache-disabled: true
27
- - name: "Set up Java 25"
+ - name: "Set up Java"
28
uses: "actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654" # v5.2.0
29
30
distribution: "temurin"
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
23
0 commit comments