We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462f699 commit 32697daCopy full SHA for 32697da
.github/workflows/build.yml
@@ -32,5 +32,4 @@ jobs:
32
- name: Build with Maven
33
env:
34
JAVA_VERSION: ${{ matrix.java_version }}
35
- run:
36
- mvn clean package
+ run: mvn clean install && mvn clean verify artifact:compare
pom.xml
@@ -29,6 +29,7 @@
29
<maven.compiler.release>17</maven.compiler.release>
30
<inject.version>10.3</inject.version>
31
<spi.version>2.5</spi.version>
+ <project.build.outputTimestamp>2024-10-25T04:21:12Z</project.build.outputTimestamp>
</properties>
<modules>
0 commit comments