Skip to content

Commit

Permalink
Reproducible Build (#709)
Browse files Browse the repository at this point in the history
* make build reproducible

* Update build.yml

* Update build.yml

* bump version?

* sort imported unordered dependency generation

* Update build.yml

* Revert "Update build.yml"

This reverts commit 2180773.

* Put back the version because we want to bump that with a release

---------

Co-authored-by: Rob Bygrave <[email protected]>
  • Loading branch information
SentryMan and rbygrave authored Oct 30, 2024
1 parent 700d4e1 commit 8062eaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- name: Maven version
run: mvn --version
- name: Build with Maven
run: mvn clean test
run: mvn clean install && mvn clean verify artifact:compare
- name: Build with Maven (javax)
run: ./jakarta-to-javax.sh && mvn clean test && ./javax-to-jakarta.sh
run: ./jakarta-to-javax.sh && mvn clean install && mvn clean verify artifact:compare && ./javax-to-jakarta.sh
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
<surefire.useModulePath>false</surefire.useModulePath>
<argLine>-Dnet.bytebuddy.experimental=true</argLine>
<project.build.outputTimestamp>2024-10-25T04:21:12Z</project.build.outputTimestamp>
<!-- VALHALLA-START ___
<maven.compiler.release>23</maven.compiler.release>
<maven.compiler.enablePreview>true</maven.compiler.enablePreview>
Expand Down

0 comments on commit 8062eaa

Please sign in to comment.