Skip to content

Commit 3455e14

Browse files
Update github ci workflow
1 parent 6c24f4d commit 3455e14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16-
- name: Set up JDK 17
16+
- name: Set up JDK 25
1717
uses: actions/setup-java@v4
1818
with:
19-
java-version: '17'
19+
java-version: '25'
2020
distribution: 'temurin'
2121
cache: maven
2222
- name: Build with Maven
23-
run: mvn -B package --file pom.xml
23+
run: mvn -B package -Pdev --file pom.xml

0 commit comments

Comments
 (0)