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

Unable to execute task "publishToMavenLocal" if executed with "clean" for composite build #80

Open
Chrylo opened this issue Feb 26, 2024 · 0 comments
Labels
wontfix This will not be worked on

Comments

@Chrylo
Copy link
Contributor

Chrylo commented Feb 26, 2024

Describe the bug
Executing "publishToMavenLocal" with "clean" in the same Gradle command will throw the following exception:

FAILURE: Build failed with an exception.
Unable to make progress running work. There are items queued for execution but none of them can be started

This is not the case when executing the tasks separately or directly within the composite build root project without the :vss-processor-plugin: prefix.

To Reproduce
./gradlew :vss-processor-plugin:clean :vss-processor-plugin:publishToMavenLocal

Expected behavior
Successful build

Additional context
This seems to be an issue with Gradle + Composite builds. So this is a tracking bug report.

See issue here: gradle/gradle#23585

@Chrylo Chrylo added the wontfix This will not be worked on label Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant