Skip to content

Commit

Permalink
later gradle syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Jan 3, 2025
1 parent ec803b1 commit 11b3bf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()}"
}
Expand Down

0 comments on commit 11b3bf6

Please sign in to comment.