Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While working on reproducible builds for openSUSE, I found that our javaparser 3.24.2 package varied from an embeded MAVEN_BUILD_TIMESTAMP value - probably from https://github.com/javaparser/javaparser/blob/48dfd6d/javaparser-core/src/main/java-templates/com/github/javaparser/JavaParserBuild.java#L12 from https://github.com/javaparser/javaparser/blob/48dfd6d/javaparser-core/pom.xml#L29
javaparser
MAVEN_BUILD_TIMESTAMP
There should be some way to create 2 bit-identical builds.
The text was updated successfully, but these errors were encountered:
I have no idea why this timestamp was added. Certainly to differentiate artifacts. It is better to base your comparison between the builds on other criteria.
Sorry, something went wrong.
No branches or pull requests
While working on reproducible builds for openSUSE, I found that
our
javaparser3.24.2 package varied from an embededMAVEN_BUILD_TIMESTAMPvalue - probablyfrom https://github.com/javaparser/javaparser/blob/48dfd6d/javaparser-core/src/main/java-templates/com/github/javaparser/JavaParserBuild.java#L12
from https://github.com/javaparser/javaparser/blob/48dfd6d/javaparser-core/pom.xml#L29
There should be some way to create 2 bit-identical builds.
The text was updated successfully, but these errors were encountered: