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 de1b41b11e Merge pull request #14808 from apache/unnest-snapshot-zip
     add 639b1edba8 [skip tests] fix RAT config for gitattribute nesting
     add 8b5b61a035 [skip tests] apply license audit in verification script
     add 531c081104 [skip tests] do not fail the entire script on reproducible 
since it will be output last
     add 20d9f097b4 The IdeaModule.testSourceDirs property has been deprecated
     add 80d4def868 CopyProcessingSpec.setFileMode(Integer) & 
CopyProcessingSpec.setDirMode(Integer) methods are deprecated.
     add 299f11e313 Merge branch '7.0.x' into gradle-deprecations
     add c2f193dbd2 feedback - switch to int variant
     add ac4e50216d remove gradle deprecation
     add de36ed4213 Remove duplicate source file
     add d3c813dee0 remove project usages from extract dependencies task
     add 6b11a93476 remove project usages from ProfileCompilerTask
     add a0737af4b0 rework the FindMainClassTask to no longer use deprecated 
gradle features
     add 62f76ccda1 remove .project usage
     add 3d8c5f53c2 Ensure the FindMainTask runs when a file was not produced, 
and handle the file not existing so that the error comes from the task instead 
of an obscure gradle error
     add 4a9f2b4b50 remove project calls from profile compile task
     add 74951f436f remove project calls from startScript task action
     add 025edd5e20 fix publish guide task from using project inside of a task 
action
     add cdc49ca083 remove project usage from task action
     add 27288de1e7 instead of deleting, redefine the resources to avoid 
project usage in task action
     add e02c512b50 remove project usage from task actions
     add eee488a6d9 move convention to parent abstract task
     add 02e873f8b9 Change title & vendor to meet ASF requirements
     add 7c004fbe0a fix: adapt to changed jar `Implementation-Title`
     new 157c3c7c1a Merge pull request #14805 from apache/gradle-deprecations

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:
 gradle/java-config.gradle                          |  13 +-
 grails-bom/build.gradle                            |   9 +
 grails-data-docs/stage/build.gradle                |   3 +-
 grails-doc/build.gradle                            |  11 +-
 .../groovy/grails/doc/gradle/PublishGuide.groovy   |   6 +-
 .../tasks/bom/ExtractDependenciesTask.groovy       |  11 +-
 grails-gradle/gradle/docs-config.gradle            |   9 +-
 grails-gradle/gradle/java-config.gradle            |  23 ++-
 .../src/main/groovy/grails/util/Environment.groovy |   2 +-
 .../org/grails/io/support/MainClassFinder.groovy   |  35 ++--
 .../org/grails/io/support/MainClassHolder.groovy   |  10 +-
 .../gradle/plugin/core/GrailsGradlePlugin.groovy   |  95 +++++++++--
 .../plugin/core/GrailsPluginGradlePlugin.groovy    |   2 +-
 .../plugin/core/IntegrationTestGradlePlugin.groovy |  12 +-
 .../profiles/GrailsProfileGradlePlugin.groovy      |  58 ++++---
 .../profiles/tasks/ProfileCompilerTask.groovy      | 100 +++++++----
 .../publishing/GrailsPublishGradlePlugin.groovy    |  27 ++-
 .../gradle/plugin/run/FindMainClassTask.groovy     | 150 -----------------
 .../views/AbstractGroovyTemplateCompileTask.groovy |  39 +++--
 .../plugin/views/json/GsonViewCompilerTask.groovy  |   5 +-
 .../views/markup/MarkupViewCompilerTask.groovy     |   5 +-
 .../gradle/plugin/run/FindMainClassTask.groovy     | 184 ++++++++++++---------
 grails-gsp/grails-web-taglib/build.gradle          |  10 +-
 grails-shell-cli/build.gradle                      |   3 +-
 grails-wrapper/build.gradle                        |   4 +-
 25 files changed, 432 insertions(+), 394 deletions(-)
 copy 
grails-test-examples/micronaut/grails-app/services/micronaut/TestService.groovy 
=> 
grails-gradle/model/src/main/groovy/org/grails/io/support/MainClassHolder.groovy
 (90%)
 delete mode 100644 
grails-gradle/plugins/src/main/groovy/org/grails/gradle/plugin/run/FindMainClassTask.groovy

Reply via email to