bloodmc/GDHooks

build error circular dependency

Closed this issue · 3 comments

Circular dependency between the following tasks:
:bukkit:classes
--- :bukkit:compileJava
--- :common:loader-utils:shadowJar
--- :bukkit:shadowJar
--- :bukkit:classes (*)

This happens because the shadowjar task of loader-utils depends on the bukkit module's shadowjar.

I'm kinda new with gradle how would I build the project without getting this error?

Fixed in dev branch. Will be merged to master after GD 2.1.0 release.