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.
temurin
1 parent 13dc1fb commit 39ca0dcCopy full SHA for 39ca0dc
.github/actions/spring-artifactory-gradle-build/action.yml
@@ -53,7 +53,6 @@ runs:
53
uses: spring-io/spring-gradle-build-action@v2
54
with:
55
java-version: 23
56
- distribution: liberica
57
58
- name: Set Release Version
59
if: inputs.releaseVersion
.github/workflows/spring-gradle-pull-request-build.yml
@@ -30,7 +30,6 @@ jobs:
30
- uses: spring-io/spring-gradle-build-action@v2
31
32
java-version: '23'
33
- distribution: 'liberica'
34
35
- name: Run Pull Request Build
36
timeout-minutes: 30
0 commit comments