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 80edd3b commit fa000b4Copy full SHA for fa000b4
.github/workflows/gradle.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Checkout
18
uses: actions/checkout@v4
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/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
- name: Set up JDK
15
16
java-version: 17
0 commit comments