This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a change to branch chore/automate-project-conventions
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 8bc7b8fdc1 Address repository convention review feedback
add 7a0aceb5ff Address review feedback on repository conventions automation
No new revisions were added by this update.
Summary of changes:
.agents/skills/violation-fixer/SKILL.md | 61 ++--
.github/workflows/codeanalysis.yml | 22 +-
.github/workflows/codestyle.yml | 4 +-
.github/workflows/gradle.yml | 26 +-
.github/workflows/release-close.yml | 2 +-
.github/workflows/release-publish-docs.yml | 2 +-
.github/workflows/release.yml | 19 +-
.github/workflows/vulnerability-scan.yml | 4 +-
.gitignore | 5 +
AGENTS.md | 52 ++-
build-logic/plugins/build.gradle | 5 +-
.../buildsrc/GrailsCodeAnalysisExtension.groovy | 9 +-
.../buildsrc/GrailsCodeAnalysisPlugin.groovy | 38 ++-
.../grails/buildsrc/GrailsCodeStylePlugin.groovy | 14 +-
.../GrailsViolationAggregationPlugin.groovy | 160 +++++----
.../buildsrc/RepositoryConventionsTask.groovy | 78 +++--
.../buildsrc/GrailsCodeAnalysisPluginSpec.groovy | 15 +-
.../GrailsViolationAggregationPluginSpec.groovy | 371 ++++++++++++++++++---
.../buildsrc/RepositoryConventionsTaskSpec.groovy | 290 ++++++++++++++--
gradle.properties | 4 +-
gradle/rat-root-config.gradle | 8 +-
grails-data-graphql/core/build.gradle | 5 +
grails-data-mongodb/spring-data/build.gradle | 5 +
grails-datasource/build.gradle | 7 +-
grails-testing-support-core/build.gradle | 7 +-
25 files changed, 933 insertions(+), 280 deletions(-)