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.
2 parents 8148a5d + e4d8604 commit e9ae04fCopy full SHA for e9ae04f
2 files changed
.github/workflows/build.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/gradle-publish.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
- name: Set up JDK
0 commit comments