We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7229022 commit 1ce1f20Copy full SHA for 1ce1f20
.github/workflows/publish.yml
@@ -14,10 +14,10 @@ jobs:
14
15
steps:
16
- uses: actions/checkout@v3
17
- - name: Set up JDK 11
+ - name: Set up JDK 21
18
uses: actions/setup-java@v3
19
with:
20
- java-version: '11'
+ java-version: '21'
21
distribution: 'temurin'
22
server-id: github
23
settings-path: ${{ github.workspace }}
.github/workflows/test.yml
@@ -13,10 +13,10 @@ jobs:
13
- name: Setup gradle
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
0 commit comments