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 a4a0140419 Merge pull request #14772 from jdaugherty/7.0.x
new 6402d7ecdc Add workaround for nexus description/group not being defined
new 9c5b842cb7 Add drop release workflow & prefix release names
The 2 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/distribution.yml | 2 +-
.github/workflows/dropStaging.yml | 41 ++++++++++++
.github/workflows/release.yml | 2 +-
grails-gradle/build.gradle | 62 +-----------------
.../gradle}/gradle-wrapper-root-config.gradle | 10 +--
grails-gradle/gradle/publish-root-config.gradle | 75 ++++++++++++++++++++++
6 files changed, 127 insertions(+), 65 deletions(-)
create mode 100644 .github/workflows/dropStaging.yml
copy {gradle => grails-gradle/gradle}/gradle-wrapper-root-config.gradle (81%)
create mode 100644 grails-gradle/gradle/publish-root-config.gradle