Skip to content
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

Clear task names in Gradle plugin #188

Open
sgammon opened this issue Feb 18, 2024 · 0 comments · May be fixed by #190
Open

Clear task names in Gradle plugin #188

sgammon opened this issue Feb 18, 2024 · 0 comments · May be fixed by #190

Comments

@sgammon
Copy link
Contributor

sgammon commented Feb 18, 2024

It is currently pretty hard to locate the task names for generating code from the Pkl Gradle plugin; it would help if these task names were given a category and description, so that they show up when a Pkl user runs ./gradlew tasks.

In my specific use case, I'm looking for the tasks I can configure to run another task reliably after Pkl's code-gen step. To remedy #187 locally, I want to amend the files and move them to a package path, but it's hard to do that even with Gradle's extensive override facilities if I don't know where plugin authors prefer me (as a build author) to hook in and call finalizedBy.

sgammon added a commit to elide-dev/pkl that referenced this issue Feb 18, 2024
Fixes and closes apple#188 by adding task names and groups to
major Pkl Gradle Plugin tasks

Signed-off-by: Sam Gammon <[email protected]>
@sgammon sgammon linked a pull request Feb 18, 2024 that will close this issue
sgammon added a commit to elide-dev/pkl that referenced this issue Feb 20, 2024
Fixes and closes apple#188 by adding task names and groups to
major Pkl Gradle Plugin tasks

Signed-off-by: Sam Gammon <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant