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 fc9d79d9ef Merge pull request #14684 from apache/wrapper-profiles-merge
     add d8f133db12 Fix #14690 - rely on the built in scopes for maven export 
instead of generating an invalid pom
     add 8fdfea9172 ensure the profile name is mapped by the artifact id 
instead of the project name if
     add 47a4891a90 Fix profile extends vs dependency includes
     add cd142af8dd restore correct group name
     add a34f03dce1 fix missed profile dependency
     add 5b840de18a Update correct bom location in docs
     add 9a7ba2a5aa Correct dependency locations for profiles
     add c9d5604a93 Only consider dependencies as extended profiles if they are 
in the runtimeOnly configuration
     add 0bc5534131 Remove usage of deprecated class
     add 98eff6e814 Remove dead code
     add 22c410c61b Merge pull request #14691 from jdaugherty/7.0.x

No new revisions were added by this update.

Summary of changes:
 RENAME.md                                          |  2 +-
 .../gradleBuild/gradleDependencies.adoc            |  4 +-
 .../profiles/GrailsProfileGradlePlugin.groovy      | 85 ++++++++++++----------
 .../GrailsProfilePublishGradlePlugin.groovy        | 48 ++++++------
 .../profiles/tasks/ProfileCompilerTask.groovy      | 13 +++-
 .../publishing/GrailsPublishGradlePlugin.groovy    | 25 ++++---
 grails-profiles/base/build.gradle                  |  4 +-
 grails-profiles/plugin/build.gradle                |  3 +-
 grails-profiles/profile/build.gradle               |  1 -
 grails-profiles/rest-api-plugin/build.gradle       |  1 -
 grails-profiles/rest-api/build.gradle              |  3 +-
 grails-profiles/web-plugin/build.gradle            |  1 -
 grails-profiles/web/build.gradle                   |  1 -
 grails-shell-cli/build.gradle                      |  2 +
 ...GrailsApplicationCompilerAutoConfiguration.java |  9 ++-
 .../cli/boot/GrailsDependencyVersions.groovy       |  2 +-
 .../GrailsTestCompilerAutoConfiguration.groovy     |  2 +-
 ...> GrailsMavenResolverGrapeEngineFactory.groovy} | 10 +--
 .../repository/MavenProfileRepository.groovy       |  8 +-
 19 files changed, 120 insertions(+), 104 deletions(-)
 rename 
grails-shell-cli/src/main/groovy/org/grails/cli/profile/repository/{GrailsAetherGrapeEngineFactory.groovy
 => GrailsMavenResolverGrapeEngineFactory.groovy} (93%)

Reply via email to