ppkarwasz commented on PR #55:
URL: 
https://github.com/apache/logging-log4j-kotlin/pull/55#issuecomment-1844590561

   @rocketraman,
   
   [Build 
#60](https://github.com/apache/logging-log4j-kotlin/actions/runs/7121964898) 
failed due to a missing `project.build.outputTimestamp` property. You should 
add something like this to the main POM's `<properties>`:
   
   ```
       <!-- Fixed `project.build.outputTimestamp` is required for reproducible 
builds: https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
       <project.build.outputTimestamp>1676697577</project.build.outputTimestamp>
   ```
   
   The value of the property does not matter, since the CI should replace it 
anyway.
   
   If you find other problems in the build or build instructions, please report 
them to [`logging-parent`](https://github.com/apache/logging-parent/issues).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to