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

I noticed that I was missing the Buildship formatter in my workspace. It seems that the `ResourceCreationTask` for the formatter settings did not execute for me and I tried multiple...

Previously only libraries had their module attribute checked for whether to put the library on the classpath or the modulepath for launch configurations when experimental module support was enabled. This...

With this change the PublishedGradleVersionsWrapper is published as declarative OSGi service instead registering it via the activator. For #1151 Fixes #? ### Context

This PR does not add any specific functionality but prepares further code changes to query arbitrary information from the target Gradle runtime such as: - association between tests classes and...

This fixes the deprecation warning reported at https://github.com/gradle/gradle/issues/17039#issuecomment-903113448.

Fixes #1023 ##### TODOs - [ ] Verify UI behavior on Windows.

This PR implements a new code mining extension point which adds a new shortcut to each supported editor that has a Gradle build file open.

### Steps to Reproduce 1. Download this sample project which uses Gradle 6.8.3 wrapper: https://github.com/junit-team/junit5-samples/tree/14f69ee8aee551f136c500f460f5f4e393eac3f8/junit5-jupiter-starter-gradle 2. Import this project into Eclipse, with JAVA HOME pointing to JDK17 ![image](https://user-images.githubusercontent.com/6193897/181168998-5ef9c83d-8499-4e29-bc8f-13ce44a5d8a2.png) - First...

a:bug :beetle: