Skip to content

Commit

Permalink
Merge pull request #38421 from yurloc/reproducible-jdp
Browse files Browse the repository at this point in the history
Store ConfigItem Javadocs in jdp files without timestamps
  • Loading branch information
gsmet authored Jan 27, 2024
2 parents ab22e88 + bfc635c commit a79a975
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ private void writeJavadocProperties(final TypeElement clazz, final Properties ja
rbn,
clazz);
try (Writer writer = file.openWriter()) {
javadocProps.store(writer, Constants.EMPTY);
PropertyUtils.store(javadocProps, writer);
}
} catch (IOException e) {
processingEnv.getMessager().printMessage(Diagnostic.Kind.ERROR, "Failed to persist resource " + rbn + ": " + e);
Expand Down

0 comments on commit a79a975

Please sign in to comment.