We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2c570 commit 7aba31aCopy full SHA for 7aba31a
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
- uses: actions/setup-java@v3
9
with:
10
distribution: 'temurin'
11
- java-version: '25-ea'
+ java-version: '25'
12
cache: 'maven'
13
- name: Build with Maven
14
run: ./mvnw --show-version --no-transfer-progress --errors --batch-mode package
0 commit comments