This is an automated email from the ASF dual-hosted git repository. matrei pushed a commit to branch post-gradle-merge in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 6be5600fb51f067610faaf960ff2b34bf3f2461d Author: Mattias Reichel <[email protected]> AuthorDate: Wed Apr 16 11:38:04 2025 +0200 chore(build): import `InitializeNexusStagingRepository` --- grails-gradle/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grails-gradle/build.gradle b/grails-gradle/build.gradle index 9277f6d0f3..e4e0271840 100644 --- a/grails-gradle/build.gradle +++ b/grails-gradle/build.gradle @@ -1,3 +1,4 @@ +import io.github.gradlenexus.publishplugin.InitializeNexusStagingRepository Properties props = new Properties() file('../gradle.properties').withInputStream { @@ -51,7 +52,7 @@ if (isReleaseVersion) { onlyIf { isReleaseVersion } } - tasks.withType(io.github.gradlenexus.publishplugin.InitializeNexusStagingRepository).configureEach { + tasks.withType(InitializeNexusStagingRepository).configureEach { shouldRunAfter(tasks.withType(Sign)) } }
