Skip to content

Commit ee195f2

Browse files
committed
upgrade build to java 21
1 parent 1d50b4f commit ee195f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- uses: actions/checkout@v3
1616
with:
1717
submodules: true
18-
- name: Set up JDK 18.0.1
18+
- name: Set up JDK 21.0.2
1919
uses: actions/setup-java@v3
2020
with:
2121
distribution: 'temurin'
22-
java-version: '18.0.1'
22+
java-version: '21.0.2'
2323
- name: Show Build Versions
2424
run: ./gradlew -v
2525
- name: Build with Gradle

0 commit comments

Comments
 (0)