Skip to content

Commit

Permalink
Revert "Debig mvn install."
Browse files Browse the repository at this point in the history
This reverts commit 09be82b.
  • Loading branch information
Ghislain Fourny committed Jul 12, 2024
1 parent 8622011 commit 38c6266
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 @@ -24,7 +24,7 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Install with Maven
run: mvn install -DskipTests -Dgpg.skip --quiet -Dsisu.debug
run: mvn install -DskipTests -Dgpg.skip --quiet
- name: Compile with Maven
run: mvn clean compile assembly:single
- name: Spotless check
Expand Down

0 comments on commit 38c6266

Please sign in to comment.