Jendrik Johannes
09/13/2024, 1:22 PMid("org.gradlex.reproducible-builds") version "1.0"
Just add it to your (Java) projects and the chance that what your build produces never changes for a given code revision increases drastically. independent of where and when the build runs.
⢠š More information: https://gradlex.org/reproducible-builds/
⢠āļø Related discussion on Gradle's GitHub: https://github.com/gradle/gradle/issues/28806
Do you have ideas what else the plugin could/should do?
⢠S Visit #C06T03MSEAX right here in this Slack
⢠š¬ Open an issue with suggestions https://github.com/gradlex-org/reproducible-builds/issues (please make your case with good use cases and steps for reproducing)Silvio Giebl
09/13/2024, 3:19 PMVampire
09/14/2024, 6:50 PMdocEncoding
and charSet
on the StandardJavadocDocletOptions
, and encoding
on groovyOptions
of GroovyCompile
(you have only set the encoding used for the joint-compiled Java files, but not the one for the Groovy files)Jendrik Johannes
09/16/2024, 7:44 AM