We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d20c79 commit 2688837Copy full SHA for 2688837
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Set up Java
12
uses: actions/setup-java@v3
13
with:
14
- java-version: '17'
+ java-version: '21'
15
distribution: 'adopt'
16
- name: Publish package
17
env:
.github/workflows/test.yml
- name: Set up JDK
- name: Test with Maven
0 commit comments