Skip to content

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

@Chrylo

Description

@Chrylo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions