How do I properly add this as a dependency in a modular project? #2534
Unanswered
Gamebuster19901
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to create a CompilationParticipant for my gradle project. I noticed that CompilationParticipant is a part of eclipse.jdt.core, so I've added the following to my build.gradle:
When building the project, I get ~113 errors stating that several eclipse packages exist in multiple modules.
Is there a different artifact I should be using?
Beta Was this translation helpful? Give feedback.
All reactions