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