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

### Expected Behavior When importing or refreshing gradle in eclipse I expect the project to resolve all classes as gradle does from the command line. ### Current Behavior When importing...

a:bug :beetle:

## Context Buildship can import composite builds, but there’s no convenient way to easily create composites within the workspace. Users are restricted to add `includeBuild` statements into the settings file...

a:new-feature

Add CI and Revved up by Develocity badges to README

This commit introduces a toggle action to filter out successful tasks from the execution page and expand all failed tasks. Fixes #970 ### Context Previously, there was only the option...

Fixes #1204, and properly refers to BREE JRE

When I did the update for the STS in my existing workspace the Gradle task headings Disappear ![image](https://github.com/user-attachments/assets/074965c3-b6c6-4713-a5db-3805c432e5d7) ![image](https://github.com/user-attachments/assets/491c6bcc-b1ca-4d33-ace1-ae94e0ae0314) Please Also note that this is not occurring in new Workspace....

a:bug :beetle:

Original post: https://bugs.eclipse.org/bugs/show_bug.cgi?id=480066

a:new-feature
from:bugzilla

I have two projects that each `includeFlat` a common project, and I'm trying to `includeBuild` both of those projects in a distribution project. ``` Dist includeBuild β”€β”€πŸ š P1 includeFlat β”€β”€πŸ š...

a:bug :beetle:

The eclipse .log file is full of ResourceExceptions that seem to point to buildship as per the stacktrace below. A number of users are seeing the same thing in their...

a:bug :beetle:

This is somewhat a follow up to #392. The same logic to "keep what you don't manage" should be applied to Eclipse WTP project facets (in the component file) that...

an:enhancement