This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 11b3bf671b later gradle syntax
11b3bf671b is described below
commit 11b3bf671bdc7676d4de0f39d49532753d911064
Author: Paul King <[email protected]>
AuthorDate: Sat Jan 4 07:07:26 2025 +1000
later gradle syntax
---
build-logic/src/main/groovy/org.apache.groovy-distribution.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build-logic/src/main/groovy/org.apache.groovy-distribution.gradle
b/build-logic/src/main/groovy/org.apache.groovy-distribution.gradle
index 83aad2ec64..b9b43aaf20 100644
--- a/build-logic/src/main/groovy/org.apache.groovy-distribution.gradle
+++ b/build-logic/src/main/groovy/org.apache.groovy-distribution.gradle
@@ -182,7 +182,7 @@ tasks.register('dist') {
tasks.register("installGroovy", Sync) {
duplicatesStrategy = DuplicatesStrategy.FAIL
def installDir =
sharedConfiguration.installationDirectory.orElse(layout.buildDirectory.dir("install").get().asFile)
- description 'Generates a groovy distribution into an install directory'
+ description = 'Generates a groovy distribution into an install directory'
doLast {
logger.lifecycle "Groovy installed under ${installDir.get()}"
}