buildship icon indicating copy to clipboard operation
buildship copied to clipboard

The Eclipse Plug-ins for Gradle project.

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

### Expected Behavior Eclipse compiles if I use testImplementation testFixtures and implementation of the same project as it does with `Gradle 7.4.2`! ### Current Behavior As soon as I need...

a:bug :beetle:

### Expected Behavior 1. Open a .gradle file in Gradle Build Script Editor. 2. Edit the file and save. 3. Undo the change via cmd+z or Edit > undo ###...

a:bug :beetle:

### Steps to Reproduce 1. git clone https://github.com/spring-projects/spring-petclinic 2. open and import it in eclipse, the import process will be finished successfully 3. add an init script in a folder...

a:bug :beetle:

### Summary I took another look at the capabilities of the following software. Eclipse IDE for Java Developers 2022-06 (4.24.0) Eclipse Plug-ins for Gradle 3.1.6.v20220511-1359 It can be tried out...

a:new-feature

2022-09 RC2 While navigating the preference page tree by keyboard, when the GradleWorkbenchPreferencePage is first created, focus moves from the tree into the page's "Gradle distribution" group. It should not...

a:bug :beetle:

### Steps to Reproduce 1. Given https://github.com/Tapadoo/Alerter.git 2. Import it in VS Code with redhat.java 1.9.0 (which integrates buildship) 3. there is an error: ![image](https://user-images.githubusercontent.com/45906942/185277532-a1149440-73a2-4192-80f9-854e3630bc75.png) ### Expected Behavior The project...

a:bug :beetle:

### Expected Behavior The project should import correctly and without compilation errors ### Current Behavior The project is imported but eclipse flags compilation errors ### Context When importing a Gradle...

a:bug :beetle:

Fixes several issues that were pointed out it in PR#[988](https://github.com/eclipse/buildship/pull/988). This is the most actual branch there is and it contains all the implemented features by me ### Context

We use a workspace that imports several projects that are all based on a common library. The library is imported as composite build in each project and contains tasks that...

a:bug :beetle:

Consider the following project https://github.com/BoykoAlex/buildship-test-resources 1. Clone it and import into eclipse. 2. Run `DemoApplication` as **Java Application** 3. Note `Some port = '2222'` in the output in the Console...

a:bug :beetle:
new-import-model