This is an automated email from the ASF dual-hosted git repository. jdaugherty pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit ecf6cdbcff9c819827c39af762ecb6af7122e419 Merge: 3e8010fd5a ce24795ad9 Author: James Daugherty <[email protected]> AuthorDate: Mon Apr 28 17:03:45 2025 -0400 Merge pull request #14677 from jdaugherty/7.0.x PR #2 - reproducible builds .gitignore | 3 +- etc/bin/extract-build-artifact.sh | 48 ++++++++++++++++ etc/bin/generate-build-artifact-hashes.groovy | 1 + etc/bin/test-reproducible-builds.sh | 37 ++++++++++--- gradle.properties | 2 + .../common/properties/PropertyFileUtils.groovy | 26 +++++++++ .../GlobalGrailsClassInjectorTransformation.groovy | 21 +------ .../gradle/test/GrailsPublishPluginSpec.groovy | 21 ++++--- .../src/main/java/another/TestOtherJava.java | 13 +++++ .../src/main/java/another/TestOtherJava.java | 13 +++++ .../src/main/java/another/TestOtherJava.java | 13 +++++ .../src/main/java/another/TestOtherJava.java | 13 +++++ .../src/main/java/another/TestOtherJava.java | 13 +++++ .../src/main/java/another/TestOtherJava.java | 13 +++++ .../src/main/java/another/TestOtherJava.java | 13 +++++ .../src/main/java/another/TestOtherJava.java | 13 +++++ .../src/main/java/another/TestOtherJava.java | 13 +++++ .../publishing/GrailsPublishGradlePlugin.groovy | 64 +++++++++++++++------- .../grails/gsp/compiler/GroovyPageCompiler.groovy | 2 + .../groovy/org/grails/taglib/TagLibraryLookup.java | 8 +-- .../grails/taglib/encoder/WithCodecHelper.groovy | 4 +- 21 files changed, 293 insertions(+), 61 deletions(-)
