This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a change to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


    from e5d40dedbc Revert "reproducible builds"
     new 0baef55ba8 Revert "Revert "reproducible builds""
     new 0c2c4f3327 add helper scripts to test reproducible builds
     new e2ed5bfa47 exclude buildSrc jars
     new 574c7cca91 Disable jar tasks for projects that do not publish
     new cdbc553468 exclude jar files from test projects & buildSrc
     new 1988b774f3 disable the jar file for grails-doc since it generates 
documentation and does not publish code

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/gradle.yml                       | 16 ++++++
 .github/workflows/release.yml                      |  6 +++
 build.gradle                                       | 21 ++++----
 etc/bin/generate-build-artifact-hashes.groovy      | 59 ++++++++++++++++++++++
 .../bin/test-reproducible-build.sh                 | 25 +++++----
 gradle/java-config.gradle                          | 25 +++++++--
 grails-data-docs/stage/build.gradle                |  6 +++
 grails-data-hibernate5/docs/build.gradle           |  6 +++
 grails-data-mongodb/docs/build.gradle              |  6 +++
 grails-data-test-report/build.gradle               |  6 +++
 grails-doc/build.gradle                            |  5 ++
 grails-gradle/gradle/java-config.gradle            | 27 +++++++---
 12 files changed, 177 insertions(+), 31 deletions(-)
 create mode 100755 etc/bin/generate-build-artifact-hashes.groovy
 copy grails-test-suite-persistence/src/test/groovy/log4j.properties => 
etc/bin/test-reproducible-build.sh (60%)
 mode change 100644 => 100755

Reply via email to