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

jamesfredley pushed a change to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-forge.git


    from a68ec70  Update develocity settings (#551)
     add 2bb982f  back to prior version of develocity to work around retry issue
     add a27906c  remove --refresh-dependencies
     add d06bbee  Use setter syntax for version and group, update group to 
org.apache.grails
     add d91ae9e  Update develocity access key
     add 9af390d  Update readme details with apache changes
     add ee16375  Remove maven publishing steps since we do not publish these 
artifacts as of 6.2.0
     add 3fd09e8  Update release step name
     add abc5575  Update Grails Version info task to use 
org.apache.grails:grails-bom
     add 36a47ca  Change grails-cli.yml to default to grails-forge-cli.yml for 
clarity with backwards compatibility
     add 354fb19  Apache Grails maven coordinate and URL updates
     add 4a6eb29  Use secrets.GRAILS_DEVELOCITY_ACCESS_KEY
     add 99637a1  Use setter syntax for group
     add ec8a53e  Fix typo
     new a0b0a2c  Merge pull request #556 from apache/apache-coordinates2

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                       | 19 ++++------
 .github/workflows/mavenCentral.yml                 | 40 ----------------------
 .github/workflows/next-gcp-deploy.yml              |  6 ++--
 .github/workflows/prev-gcp-deploy.yml              |  6 ++--
 .github/workflows/prev-snapshot-gcp-deploy.yml     |  6 ++--
 .github/workflows/release-gcp-deploy.yml           |  6 ++--
 .github/workflows/release.yml                      | 28 ++++-----------
 .github/workflows/sdkman.yml                       |  2 +-
 .github/workflows/snapshot-gcp-deploy.yml          |  6 ++--
 README.md                                          | 16 ++++-----
 build.gradle                                       |  4 +--
 .../org.grails.forge.internal.base-module.gradle   |  4 +--
 .../internal/tasks/WriteGrailsVersionInfoTask.java |  2 +-
 gradle.properties                                  |  4 ++-
 grails-cli/build.gradle                            |  8 ++---
 .../java/org/grails/forge/cli/CodeGenConfig.java   | 10 ++++--
 grails-forge-analytics-postgres/build.gradle       |  4 +--
 .../grails/forge/api/PreviewControllerSpec.groovy  |  2 +-
 .../generator/DefaultProjectGenerator.java         |  2 +-
 .../build/gradle/templates/buildGradle.rocker.raw  |  8 +++--
 .../templates/buildSrcBuildGradle.rocker.raw       |  4 ++-
 .../grails/forge/feature/cache/GrailsCache.java    |  6 ++--
 .../forge/feature/database/HibernateGorm.java      |  8 ++---
 .../grails/forge/feature/database/MongoGorm.java   |  4 +--
 .../grails/forge/feature/grails/GrailsBase.java    | 10 +++---
 .../grails/forge/feature/grails/GrailsConsole.java |  2 +-
 .../forge/feature/grails/GrailsDefaultPlugins.java |  6 ++--
 .../forge/feature/grails/GrailsGradlePlugin.java   | 10 +++---
 .../feature/grails/templates/plugin.rocker.raw     |  4 +--
 .../feature/grailsProfiles/GrailsProfiles.java     |  2 +-
 .../org/grails/forge/feature/logging/Logback.java  |  2 +-
 .../forge/feature/logging/LogbackGroovy.java       |  2 +-
 .../feature/migration/DatabaseMigrationPlugin.java |  8 ++---
 .../grails/forge/feature/other/GrailsQuartz.java   |  6 ++--
 .../forge/feature/test/GebWithTestcontainers.java  |  6 ++--
 .../feature/test/GebWithWebDriverBinaries.java     |  2 +-
 .../forge/feature/test/GormTestingSupport.java     |  4 +--
 .../feature/test/GrailsWebTestingSupport.java      |  4 +--
 .../feature/test/ViewsJsonTestingSupport.java      |  4 +--
 .../org/grails/forge/feature/view/GrailsGsp.java   |  4 +--
 .../org/grails/forge/feature/view/Scaffolding.java |  4 +--
 .../grails/forge/feature/view/json/ViewJson.java   | 19 ++++------
 .../forge/feature/view/markup/ViewMarkup.java      | 11 ++----
 grails-forge-core/src/main/resources/pom.xml       | 10 +++---
 .../GradleDependencyComparatorSpec.groovy          |  4 +--
 .../feature/database/HibernateGormSpec.groovy      |  6 ++--
 .../forge/feature/database/MongoGormSpec.groovy    |  4 +--
 .../forge/feature/grails/GrailsBaseSpec.groovy     |  6 ++--
 .../forge/feature/grails/GrailsConsoleSpec.groovy  |  2 +-
 .../feature/grails/GrailsDefaultPluginsSpec.groovy | 10 +++---
 .../feature/grails/GrailsGradlePluginSpec.groovy   |  6 ++--
 .../grailsProfiles/GrailsProfilesSpec.groovy       |  2 +-
 .../feature/logging/LogbackGroovyConfigSpec.groovy |  2 +-
 .../forge/feature/logging/LogbackSpec.groovy       |  2 +-
 .../feature/test/GebWithTestcontainersSpec.groovy  |  2 +-
 .../test/GebWithWebDriverBinariesSpec.groovy       |  2 +-
 .../grails/forge/feature/view/GrailsGspSpec.groovy | 16 ++++-----
 .../forge/feature/view/ScaffoldingSpec.groovy      |  2 +-
 .../forge/feature/view/json/ViewJsonSpec.groovy    | 28 +++++++--------
 .../forge/feature/view/json/ViewMarkupSpec.groovy  | 18 +++++-----
 .../grails/forge/feature/web/GrailsWebSpec.groovy  |  2 +-
 grails-forge-web-netty/build.gradle                |  4 +--
 settings.gradle                                    |  4 +--
 .../docs/guide/installation/installFromSource.adoc |  2 +-
 .../docs/guide/installation/installWindows.adoc    |  2 +-
 65 files changed, 195 insertions(+), 256 deletions(-)
 delete mode 100644 .github/workflows/mavenCentral.yml

Reply via email to