This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a change to branch wrapper-profiles-merge
in repository https://gitbox.apache.org/repos/asf/grails-core.git


    from 0430c90395 Remove vue, angular, react projects to match the 
capabilities of forge
     new 092b53a5d3 Error gracefully if the profile plugin has not been applied 
and the project applies the publish profile plugin
     new 6c10cdf974 Integrate the base grails-profile
     new bd29ce8041 Remove @PendingFeature on passing tests
     new 9ba024bbd0 Integrate the base grails-profile profile
     new f0f44f3203 Integrate remaining profiles that are not tests

The 5 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:
 build.gradle                                       |   5 +
 dependencies.gradle                                |  12 --
 gradle/assemble-root-config.gradle                 |   2 +-
 gradle/publish-root-config.gradle                  |  18 +-
 grails-doc/build.gradle                            |   2 +-
 .../src/en/guide/profiles/profileInheritance.adoc  |   6 +-
 .../src/en/ref/Command Line/profile-info.adoc      |   4 +-
 .../gradle/test/GrailsPublishPluginSpec.groovy     |   2 +
 .../gradle/plugin/core/GrailsGradlePlugin.groovy   |   2 +-
 .../profiles/GrailsProfileGradlePlugin.groovy      | 204 +++++++++++++--------
 .../GrailsProfilePublishGradlePlugin.groovy        |  35 ++--
 .../profiles/tasks/ProfileCompilerTask.groovy      | 132 +++++++------
 .../publishing/GrailsPublishGradlePlugin.groovy    |  23 ++-
 grails-profiles/base/build.gradle                  |  26 ++-
 grails-profiles/base/settings.gradle               |   8 -
 grails-profiles/build.gradle                       |  47 -----
 grails-profiles/gradle.properties                  |   2 -
 grails-profiles/plugin/build.gradle                |  26 ++-
 grails-profiles/profile/build.gradle               |  27 ++-
 grails-profiles/profile/settings.gradle            |   8 -
 grails-profiles/rest-api-plugin/build.gradle       |  28 ++-
 grails-profiles/rest-api/build.gradle              |  24 ++-
 grails-profiles/rest-api/settings.gradle           |   8 -
 grails-profiles/settings.gradle                    |  42 -----
 grails-profiles/web-plugin/build.gradle            |  27 ++-
 grails-profiles/web-plugin/settings.gradle         |   8 -
 grails-profiles/web/build.gradle                   |  24 ++-
 .../repository/AbstractJarProfileRepository.groovy |   2 +-
 .../repository/MavenProfileRepository.groovy       |   2 +-
 .../functionaltests/ErrorsFunctionalSpec.groovy    |   1 -
 .../InterceptorFunctionalSpec.groovy               |   1 -
 .../groovy/app2/ErrorsControllerSpec.groovy        |   1 -
 settings.gradle                                    |  30 +++
 33 files changed, 434 insertions(+), 355 deletions(-)
 delete mode 100644 grails-profiles/base/settings.gradle
 delete mode 100644 grails-profiles/build.gradle
 delete mode 100644 grails-profiles/gradle.properties
 delete mode 100644 grails-profiles/profile/settings.gradle
 delete mode 100644 grails-profiles/rest-api/settings.gradle
 delete mode 100644 grails-profiles/settings.gradle
 delete mode 100644 grails-profiles/web-plugin/settings.gradle

Reply via email to