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
thanks for this great plugin, I've managed to migrate my dirty hacks and workarounds to add a module-info to java 8 libraries to this gradle plugin. So far, it went without problems, although the migrated projects where pretty small / simple.
I've just tried to migrate my largest project, consisting of multiple subprojects and using gradle-test-fixtures, lombok and some other neat plugins.
My problem is, that there is a circular dependency and I don't know where it comes from. I've tried to fix this for two hours now, but without success.
I'm not sure, if this is the right place to ask for help, but as the error occurs from a task created by this plugin I give it a try.
Gradle error:
Circular dependency between the following tasks:
:base:compileModuleInfoJava
\--- :base:compileModuleInfoJava (*)
Hi there,
thanks for this great plugin, I've managed to migrate my dirty hacks and workarounds to add a module-info to java 8 libraries to this gradle plugin. So far, it went without problems, although the migrated projects where pretty small / simple.
I've just tried to migrate my largest project, consisting of multiple subprojects and using gradle-test-fixtures, lombok and some other neat plugins.
My problem is, that there is a circular dependency and I don't know where it comes from. I've tried to fix this for two hours now, but without success.
I'm not sure, if this is the right place to ask for help, but as the error occurs from a task created by this plugin I give it a try.
Gradle error:
Build-Scan: https://gradle.com/s/avuvw5ahldouc
Project: https://github.com/bratkartoffel/security-jwt
(see branch feature/SimplifyGradle there)
Thanks,
Simon
The text was updated successfully, but these errors were encountered: