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 582d6348fbdc5b2411c9c92b63eba54f60bdc00e Author: James Fredley <[email protected]> AuthorDate: Thu May 15 15:50:43 2025 -0400 Centralize picoCliVersion --- gradle.properties | 1 + grails-forge-cli/build.gradle | 4 ---- test-core/build.gradle | 4 ---- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3daf4b9..6813718 100644 --- a/gradle.properties +++ b/gradle.properties @@ -50,6 +50,7 @@ micronautVersion=3.10.4 nexusPublishVersion=1.3.0 nohttpGradleVersion=0.0.11 objenesisVersion=3.4 +picocliVersion=4.7.5 postgresqlVersion=42.7.5 postgresSocketFactoryVersion=1.17.1 reflectionsVersion=0.10.2 diff --git a/grails-forge-cli/build.gradle b/grails-forge-cli/build.gradle index af502bc..ffb3d43 100644 --- a/grails-forge-cli/build.gradle +++ b/grails-forge-cli/build.gradle @@ -33,10 +33,6 @@ sourceSets { } } -ext { - picocliVersion = '4.7.5' -} - configurations.all { resolutionStrategy { // prevent fatJar result containing multiple versions of picocli diff --git a/test-core/build.gradle b/test-core/build.gradle index 188947e..4db9746 100644 --- a/test-core/build.gradle +++ b/test-core/build.gradle @@ -25,10 +25,6 @@ plugins { version = project.projectVersion group = "org.apache.grails.forge" -ext { - picocliVersion = '4.7.5' -} - sourceSets { test { rocker {
