You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Describe the bug
Executing "publishToMavenLocal" with "clean" in the same Gradle command will throw the following exception:
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
The text was updated successfully, but these errors were encountered: