The plugin met infinity loop, and gradle crashed on downloadLicense task when the sub-projects has a cyclic dependency:
$ ./gradlew downloadLicense
> Task :downloadLicenses FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':downloadLicenses'.
> java.lang.StackOverflowError (no error message)
There are minimal configurations to reproduce the issue:
The plugin met infinity loop, and gradle crashed on downloadLicense task when the sub-projects has a cyclic dependency:
There are minimal configurations to reproduce the issue: