Skip to content

Commit

Permalink
Merge pull request #290 from SentryMan/reproducible
Browse files Browse the repository at this point in the history
Reproducible Build
  • Loading branch information
SentryMan authored Nov 20, 2024
2 parents ecaf94c + a559cf6 commit 029de5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Maven version
run: mvn --version
- name: Build with Maven
run: mvn clean test
run: mvn clean install -DskipTests && mvn clean verify artifact:compare
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
<properties>
<surefire.useModulePath>false</surefire.useModulePath>
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
<spi.version>2.5</spi.version>
<spi.version>2.7</spi.version>
<project.build.outputTimestamp>2024-10-25T04:21:12Z</project.build.outputTimestamp>
</properties>

<modules>
Expand Down

0 comments on commit 029de5d

Please sign in to comment.