We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dcaa0b commit 17c5b21Copy full SHA for 17c5b21
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/setup-java@v5
21
with:
22
distribution: 'temurin'
23
- java-version: '21'
+ java-version: '25'
24
cache: 'maven'
25
- name: Build with Maven
26
run: mvn -B package --file pom.xml
0 commit comments