hboutemy commented on issue #330: URL: https://github.com/apache/maven-project-info-reports-plugin/issues/330#issuecomment-4528016516
looking again at https://maven.apache.org/plugins-archives/maven-project-info-reports-plugin-3.9.0/summary.html Build > Java Version > 8 = compiler target/release should we add Build > JDK Version > 21 = the JDK used to build the release, as found when checking Reproducible Builds https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-project-info-reports-plugin/README.md ? notice: the runtime JDK is in reality the JDK during site generation, may be different from building/jar creation perhaps we'll need to do like Reproducible Central check = read jar's `META-INF/MANIFEST.MF` to be sure to have the value from build time, if site generation has been done later with another JDK... we're near having the precise spec of the feature to build... -- 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]
