We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d282ee3 commit 8c5fa5aCopy full SHA for 8c5fa5a
.github/workflows/maven.yml
@@ -19,6 +19,6 @@ jobs:
19
- uses: actions/setup-java@v4
20
with:
21
distribution: 'adopt'
22
- java-version: '17'
+ java-version: '21'
23
- name: Build with Maven
24
run: mvn -B verify --file pom.xml
0 commit comments