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 7d4d539 commit 8f03591Copy full SHA for 8f03591
.github/workflows/central-publish.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v5
19
- name: Set up JDK 17
20
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
21
with:
22
java-version: '17'
23
distribution: 'temurin'
.github/workflows/maven-publish.yml
@@ -23,7 +23,7 @@ jobs:
24
25
26
27
28
29
.github/workflows/maven.yml
0 commit comments