-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Description
I'm not sure when this showed up (haven't looked at the code in a few days) but I'm getting a weird Eclipse error:
A cycle was detected in the build path of project 'trellis-test'. The cycle consists of projects {trellis-test, trellis-triplestore}
(of course it shows up for -triplestore too). The CLI ./gradlew build works fine. It appears to be a dependency cross via the testCompile scope. Is this considered a problem in Gradle builds? I really have no idea.