We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b8f455 commit 59901d4Copy full SHA for 59901d4
pom.xml
@@ -139,8 +139,10 @@
139
<osgi.import>*;resolution:=optional</osgi.import>
140
<osgi.dynamicImport>*</osgi.dynamicImport>
141
<spotbugs.onlyAnalyze>org.apache.ibatis.*</spotbugs.onlyAnalyze>
142
- <project.build.outputTimestamp>1653336221</project.build.outputTimestamp>
143
<argLine>-Djdk.attach.allowAttachSelf -Xmx2048m</argLine>
+
144
+ <!-- Reproducible Builds -->
145
+ <project.build.outputTimestamp>1757561022</project.build.outputTimestamp>
146
</properties>
147
148
<dependencies>
0 commit comments