buildship icon indicating copy to clipboard operation
buildship copied to clipboard

The Eclipse Plug-ins for Gradle project.

Results 174 buildship issues
Sort by recently updated
recently updated
newest added

Java is picking wrong version for dependency resolution, like For the test cases the transitive "compile" dep take precedence than "testCompile" ### Expected Behavior For test cases testCompile dependencies should...

a:bug :beetle:

I needed to modify Eclipse's classpath, so I was trying to use ```groovy apply plugin: 'eclipse' eclipse.classpath.file.whenMerged { println 'is not printed' ... } ``` but nothing was happening. After...

a:bug :beetle:

An internal error occurred during: "Create Gradle project(s)". Could not determine java version from '16.0.1'. ![image](https://github.com/eclipse/buildship/assets/49469533/29295dd8-d634-4acc-b3d5-d92dbeebae3f) ![image](https://github.com/eclipse/buildship/assets/49469533/94f0f988-fd32-4b26-98ab-24644d70f3e0) ![image](https://github.com/eclipse/buildship/assets/49469533/32d3f658-4d5f-414f-95df-03a5940866f9)

a:bug :beetle:

Importing a Gradle project is super slow. Even a simple project with only a single dependency on JUnit takes ~60 seconds to import on a Macbook Air M1. All of...

a:bug :beetle:

### Expected Behavior Oomph installs IDE optimized for developing buildship. ### Current Behavior I get the following error. ERROR: org.eclipse.equinox.p2.director code=10053 Cannot complete the install because one or more required...

a:bug :beetle:

Create new Gradle projects --> leads to two projects (project with Name and a project lib) ### Expected Behavior Expected **one** Project with project name. ### Current Behavior Eclipse shows...

a:bug :beetle:

### Expected Behavior When importing a project that has the Kotlin Gradle plugin the eclipse classpath should not include entries for the `build/classes/java` and `build/classes/kotlin`. Having these additional entries makes...

a:bug :beetle:

### Steps to Reproduce 1. git clone https://github.com/scratches/gradle-aot 2. run `./gradlew clean build` in the project root folder 3. Open the project in VS Code or eclipse 4. Run the...

a:bug :beetle: