Reproducibility settings applied to some of Gradle's built-in tasks, that should really be the default. Compatible with Java 8 and Gradle 8.3 or later.
Apply this plugin to all projects in your build, and it configures archive and compilation tasks for reproducibility.
plugins {
id("org.gradlex.reproducible-builds")
}
See the plugin's documentation page for more details about what exactly the plugin configures and why.
Gradle and the Gradle logo are trademarks of Gradle, Inc. The GradleX project is not endorsed by, affiliated with, or associated with Gradle or Gradle, Inc. in any way.