We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d50b4f commit ee195f2Copy full SHA for ee195f2
.github/workflows/package.yaml
@@ -15,11 +15,11 @@ jobs:
15
- uses: actions/checkout@v3
16
with:
17
submodules: true
18
- - name: Set up JDK 18.0.1
+ - name: Set up JDK 21.0.2
19
uses: actions/setup-java@v3
20
21
distribution: 'temurin'
22
- java-version: '18.0.1'
+ java-version: '21.0.2'
23
- name: Show Build Versions
24
run: ./gradlew -v
25
- name: Build with Gradle
0 commit comments