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 8550ecdc0c Merge pull request #14714 from apache/more-cli-updates2
add 398459c53a Ensure documentation is generated using groovy4
add c50f03a6f4 Compile bootstrap with groovy 4 since it's a core
dependency - assume that it will remain groovy3 compatible because shell will
fail if it isn't.
add 827f2fefdf minor formatting
add 612e544228 Make profiles reproducible
add e601223a2b Correct groovydoc generation in the gradle projects
add fc5894341e Fix reproducible build script to properly build source &
javadoc jars for grails-gradle projects
add a414f74be4 Switch to groovy 4.0.27-SNAPSHOT
add 5fe12200e1 Fix platform usage so snapshots resolve correctly
add e54d0d816f Adopt new syntax
add 20c8aac4c4 Fix mongo & hibernate doc generation
add fbcbfc58fb Reformat file
new 98e701d8a7 Merge pull request #14710 from jdaugherty/groovyCleanup
The 1 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:
dependencies.gradle | 38 ++++++------
etc/bin/test-reproducible-builds.sh | 10 +++-
gradle.properties | 2 +-
gradle/docs-config.gradle | 16 +++---
gradle/docs-dependencies.gradle | 21 +++++--
grails-bootstrap/build.gradle | 10 ++--
.../examples/spring-boot-app/build.gradle | 2 +-
grails-data-hibernate5/docs/build.gradle | 24 ++++----
grails-data-mongodb/docs/build.gradle | 8 +--
grails-data-neo4j/grails-plugin/build.gradle | 7 ---
grails-gradle/build.gradle | 1 +
grails-gradle/docs-core/build.gradle | 2 +-
grails-gradle/gradle/docs-config.gradle | 67 ++++++++++++++--------
grails-gradle/gradle/java-config.gradle | 14 ++++-
grails-gradle/model/build.gradle | 2 +-
grails-gradle/plugins/build.gradle | 2 +-
.../profiles/GrailsProfileGradlePlugin.groovy | 6 ++
17 files changed, 138 insertions(+), 94 deletions(-)