buildship
buildship copied to clipboard
The Eclipse Plug-ins for Gradle project.
### Expected Behavior When the "Refresh Gradle Project" command is executed, the Processor options specified in build.gradle are displayed on the Annotation Processing screen. ### Current Behavior When the "Refresh...
The Gradle Tooling API now exposes problem reports via Tooling API events. This change implements a listener consuming problem events an converting them to Eclipse error markers. The feature is...
Once EF creates the chatroom, we should mention it in the project documentation.
## Context When importing a project that contains a subproject: Listing all the files of the root project via the `IProject.accept(IResourceVisitor)` yields not only its files but also the ones...
Pins the vm used for eclipse invocations used during the build to the vm used to run gradle. This fixes issues due to incorrectly picked JVM, which result in issues...
I'm using `compileOnly` to declare a dependency. I do not want it to be part of my launch configuration, but only have it available when compiling. I'm using modding for...
- Currently buildship directly communicates with the Gradle Daemon. So we need to include the necessary dependencies to integrate with Gradle BSP to run all Gradle Ops. - Delegate to...