Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circular dependency in complex project (in compileModuleInfoJava) #156

Closed
bratkartoffel opened this issue May 27, 2020 · 1 comment
Closed

Comments

@bratkartoffel
Copy link

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:

Circular dependency between the following tasks:
:base:compileModuleInfoJava
\--- :base:compileModuleInfoJava (*)

Build-Scan: https://gradle.com/s/avuvw5ahldouc

Project: https://github.com/bratkartoffel/security-jwt
(see branch feature/SimplifyGradle there)

Thanks,
Simon

siordache added a commit to beryx/gradle-modules-plugin that referenced this issue May 28, 2020
@siordache
Copy link
Collaborator

Fixed in the 1.7.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants