Skip to content

Commit

Permalink
#1077 Set up CI workflows
Browse files Browse the repository at this point in the history
use Maven 3.9.9
  • Loading branch information
oliverlietz committed Oct 25, 2024
1 parent 0696386 commit e963040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
- run: mvn wrapper:wrapper --no-transfer-progress -Dmaven="3.9.7"
- run: mvn wrapper:wrapper --no-transfer-progress -Dmaven="3.9.9"
- run: ./mvnw -B install --fail-at-end --no-transfer-progress --file pom.xml

0 comments on commit e963040

Please sign in to comment.