Skip to content

Commit 7aba31a

Browse files
authored
chore: Use java 25
Java 25 is now available from adoptium, no need to use the EA builds anymore
1 parent 9c2c570 commit 7aba31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/setup-java@v3
99
with:
1010
distribution: 'temurin'
11-
java-version: '25-ea'
11+
java-version: '25'
1212
cache: 'maven'
1313
- name: Build with Maven
1414
run: ./mvnw --show-version --no-transfer-progress --errors --batch-mode package

0 commit comments

Comments
 (0)