buildship
buildship copied to clipboard
The Eclipse Plug-ins for Gradle project.
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...
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...
An internal error occurred during: "Create Gradle project(s)". Could not determine java version from '16.0.1'.   
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...
### 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...
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...
### 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...
### 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...