Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Buildship » Eclipse won't resolve dependencies
Eclipse won't resolve dependencies [message #1857134] Thu, 19 January 2023 08:15
Andreas Rimmelspacher is currently offline Andreas RimmelspacherFriend
Messages: 1
Registered: January 2023
Junior Member
I have imported a Gradle projects into Eclipse. The workspace is on my desktop, while the imported projects/repo lies somewhere else, so they are not in the same location (I read somewhere, this is how you do things in Eclipse). When I build the project with `gradlew build` everything works fine as expected.

But: Somehow Eclipse won't resolve my dependencies in between projects, so my Package Explorer is all red like:

index.php/fa/42850/0/

I declared dependencies in convention plugins under
`app > buildSrc > src ...> example-plugin.gradle` as follows:

```
dependencies {
implementation project(':someProject')
}
```

Any idea what to do? This question does not feel complete, but I do not know what else to provide. So if you need more information, please let me know.
  • Attachment: eclipse.png
    (Size: 11.77KB, Downloaded 177 times)
Previous Topic:Empty source directory removed from classpath on project import
Goto Forum:
  


Current Time: Fri Apr 26 10:00:24 GMT 2024

Powered by FUDForum. Page generated in 0.02948 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top