We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c24f4d commit 3455e14Copy full SHA for 3455e14
.github/workflows/maven.yml
@@ -13,11 +13,11 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v4
16
- - name: Set up JDK 17
+ - name: Set up JDK 25
17
uses: actions/setup-java@v4
18
with:
19
- java-version: '17'
+ java-version: '25'
20
distribution: 'temurin'
21
cache: maven
22
- name: Build with Maven
23
- run: mvn -B package --file pom.xml
+ run: mvn -B package -Pdev --file pom.xml
0 commit comments