buildship
buildship copied to clipboard
The Eclipse Plug-ins for Gradle project.
### 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...
## 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...
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   Please Also note that this is not occurring in new Workspace....
Original post: https://bugs.eclipse.org/bugs/show_bug.cgi?id=480066
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 ββπ ...
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...
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...