Skip to content

Commit 32697da

Browse files
authored
Reproducible Builds (#262)
* reproducible builds * Update build.yml
1 parent 462f699 commit 32697da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@ jobs:
3232
- name: Build with Maven
3333
env:
3434
JAVA_VERSION: ${{ matrix.java_version }}
35-
run:
36-
mvn clean package
35+
run: mvn clean install && mvn clean verify artifact:compare

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<maven.compiler.release>17</maven.compiler.release>
3030
<inject.version>10.3</inject.version>
3131
<spi.version>2.5</spi.version>
32+
<project.build.outputTimestamp>2024-10-25T04:21:12Z</project.build.outputTimestamp>
3233
</properties>
3334

3435
<modules>

0 commit comments

Comments
 (0)