Skip to content

Define inputs and outputs for Gradle task createStartScripts #14714

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: 7.0.x
Choose a base branch
from

Conversation

jamesfredley
Copy link
Contributor

Ensures /lib directory is complete before StartScripts are generated

Ensures /lib directory is complete before StartScripts are generated
@jamesfredley jamesfredley self-assigned this May 5, 2025
@jamesfredley jamesfredley added this to the grails:7.0.0-M4 milestone May 5, 2025
@jamesfredley jamesfredley linked an issue May 5, 2025 that may be closed by this pull request
Copy link
Contributor

@jdaugherty jdaugherty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm against tying unrelated tasks together in Gradle since it prevents the build from being fully parallel. I think I'm missing something since the task that was modified dealt with the wrapper scripts, which is independent of the cli dependencies task (other than an input). Can you help me understand this relation?

@jdaugherty
Copy link
Contributor

@jamesfredley as discussed, I reworked the distribution to use the built application plugin. This change will use the grails-shell-cli project to build the "distribution". The gradle tasks are documented here and they exist under the grails-shell-cli gradle project.

@jdaugherty jdaugherty reopened this May 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

More grails-shell-cli errors
2 participants