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 d8c31d04ed Remove parallel limit and set core tests to only run core
add 17882dc803 Change grails-gradle-plugins, groovy Gradle dependency
configuration scope back to compileOnly
add 111b3d9797 Update Gradle configuration scope to compileOnlyApi for
Groovy dependency
add 3c6f2c6d76 Set dependency to $GroovySystem.version
add e272f5614f Add Grails Gradle Task since newer versions of Gradle
isolate classpaths of Gradle tasks
add ad36342a42 add :grails-bom:publishMavenPublicationToLocalBomRepository
add 94ff7671ab Update
:grails-bom:publishMavenPublicationToLocalBomRepository
add 8d09d3a10b publish grails-gradle-tasks to test repo so the e2e tests
continue to function
new f78097dded Merge pull request #14757 from
apache/grails-gradle-plugin-groovy
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:
.github/workflows/gradle.yml | 8 +-
grails-gradle/gradle/e2eTest.gradle | 2 +-
grails-gradle/plugins/build.gradle | 7 +-
grails-gradle/settings.gradle | 5 +-
{grails-cache => grails-gradle/tasks}/README.md | 3 +-
grails-gradle/{docs-core => tasks}/build.gradle | 87 ++++++----------------
.../gradle/plugin/run/FindMainClassTask.groovy | 3 +-
.../grails/gradle/plugin/util/SourceSets.groovy | 0
8 files changed, 38 insertions(+), 77 deletions(-)
copy {grails-cache => grails-gradle/tasks}/README.md (85%)
copy grails-gradle/{docs-core => tasks}/build.gradle (60%)
copy grails-gradle/{plugins =>
tasks}/src/main/groovy/org/grails/gradle/plugin/run/FindMainClassTask.groovy
(97%)
rename grails-gradle/{plugins =>
tasks}/src/main/groovy/org/grails/gradle/plugin/util/SourceSets.groovy (100%)