Skip to content

Commit

Permalink
Ensure reproducible builds
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Feb 8, 2024
1 parent 75d2750 commit acd9e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java8-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: mvn -U -B -ntp install

- name: Ensure reproducible builds with Maven
run: mvn -U -B -ntp clean verify -DskipTests
run: mvn -U -B -ntp clean verify artifact:compare -DskipTests

auto-merge-job:
needs: build-and-test-job
Expand Down

0 comments on commit acd9e22

Please sign in to comment.