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

jamesfredley pushed a commit to branch wrapper-rewrite-additional
in repository https://gitbox.apache.org/repos/asf/grails-forge.git

commit 7237b100bc8290d8b56cd50517e85bcf68c1b3b7
Author: James Fredley <[email protected]>
AuthorDate: Thu May 15 15:51:14 2025 -0400

    Standardize shadow version
---
 buildSrc/build.gradle                                             | 2 +-
 .../main/groovy/org.grails.forge.internal.build.cli-module.gradle | 8 ++++----
 gradle.properties                                                 | 2 +-
 grails-cli/build.gradle                                           | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle
index eda6ea6..2392ee3 100644
--- a/buildSrc/build.gradle
+++ b/buildSrc/build.gradle
@@ -51,7 +51,7 @@ dependencies {
     implementation 
"org.asciidoctor:asciidoctor-gradle-jvm:$asciidoctorGradleJvmVersion"
     implementation 
"com.diffplug.spotless:spotless-plugin-gradle:$spotlessVersion"
     implementation "io.spring.nohttp:nohttp-gradle:$nohttpGradleVersion"
-    implementation 
"gradle.plugin.com.github.johnrengelman:shadow:$shadowVersion"
+    implementation "com.gradleup.shadow:shadow-gradle-plugin:$shadowVersion"
     implementation "io.github.gradle-nexus:publish-plugin:$nexusPublishVersion"
     implementation 
"org.gradle.test-retry:org.gradle.test-retry.gradle.plugin:$testRetryVersion"
     implementation 
"org.nosphere.apache.rat:org.nosphere.apache.rat.gradle.plugin:$apacheRatVersion"
diff --git 
a/buildSrc/src/main/groovy/org.grails.forge.internal.build.cli-module.gradle 
b/buildSrc/src/main/groovy/org.grails.forge.internal.build.cli-module.gradle
index 3fc382f..708b21b 100644
--- a/buildSrc/src/main/groovy/org.grails.forge.internal.build.cli-module.gradle
+++ b/buildSrc/src/main/groovy/org.grails.forge.internal.build.cli-module.gradle
@@ -18,10 +18,10 @@
  */
 
 plugins {
-    id "org.grails.forge.internal.convention"
-    id "application"
-    id "com.github.johnrengelman.shadow"
-    id "org.grails.forge.rocker"
+    id 'org.grails.forge.internal.convention'
+    id 'application'
+    id 'com.gradleup.shadow'
+    id 'org.grails.forge.rocker'
 }
 
 sourceSets {
diff --git a/gradle.properties b/gradle.properties
index 6813718..9dcc249 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -55,7 +55,7 @@ postgresqlVersion=42.7.5
 postgresSocketFactoryVersion=1.17.1
 reflectionsVersion=0.10.2
 rockerVersion=2.2.1
-shadowVersion=8.0.0
+shadowVersion=8.3.6
 slf4jVersion=2.0.17
 snakeyamlVersion=2.4
 spockVersion=2.1-groovy-3.0
diff --git a/grails-cli/build.gradle b/grails-cli/build.gradle
index d08e930..c1b3562 100644
--- a/grails-cli/build.gradle
+++ b/grails-cli/build.gradle
@@ -19,7 +19,7 @@ import 
com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
 plugins {
     id 'groovy'
     id 'distribution'
-    id 'com.gradleup.shadow' version '8.3.6'
+    id 'com.gradleup.shadow'
     id "io.sdkman.vendors"
 }
 

Reply via email to