Skip to content

Commit 029de5d

Browse files
authored
Merge pull request #290 from SentryMan/reproducible
Reproducible Build
2 parents ecaf94c + a559cf6 commit 029de5d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
- name: Maven version
3434
run: mvn --version
3535
- name: Build with Maven
36-
run: mvn clean test
36+
run: mvn clean install -DskipTests && mvn clean verify artifact:compare

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
<properties>
2525
<surefire.useModulePath>false</surefire.useModulePath>
2626
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
27-
<spi.version>2.5</spi.version>
27+
<spi.version>2.7</spi.version>
28+
<project.build.outputTimestamp>2024-10-25T04:21:12Z</project.build.outputTimestamp>
2829
</properties>
2930

3031
<modules>

0 commit comments

Comments
 (0)