buildship
buildship copied to clipboard
The Eclipse Plug-ins for Gradle project.
### Expected Behavior Launching JUnit for a source folder, package, type or method should execute the `JUnit4TestFinder` only once. ### Current Behavior Launching JUnit for a source folder executes the...
### Expected Behavior Importing https://github.com/open-telemetry/opentelemetry-java into Eclipse `Version: 2024-03 (4.31.0) Build id: 20240307-1437` with Buildship `Eclipse Buildship Buildship, Eclipse Plug-ins for Gradle 3.1.9.v20240115-1636 org.eclipse.buildship` should create Eclipse projects. ### Current...
When I change the Gradle version to 8.7 then Buildship marks the Gradle build file with a red icon and in the Problems View I can see this error: `Caused...
When importing a gradle project using the Import -> Existing Gradle Project wizard the Finish button is grayed out when using Java 1.8.0_401. If you switch the Java version in...
With gradle it's now possible to use a runtimeOnly dependency When I set a dependency as runtimeOnly in the build.gradle, I expect it to be unavailable to compile, but it's...
For large multi-project builds, a Gradle Refresh operation takes a significant amount of time when there are many files in the project directories. Most of the time is not spent...
Dependencies declared as `implementation files("lib/my.jar")` are not added to the module path even if `my.jar` declares a module-info. ### Expected Behavior The jar should be added to the module path,...
### Expected Behavior - Open workspace with Gradle project - Gradle tasks are loaded successfully ### Current Behavior - Open workspace with Gradle project - Gradle tasks are not loaded...
While investigating https://github.com/eclipse-simrel/simrel.build/issues/438 I noticed that the org.gradle.toolingapi bundle is wrapping a jar that is also an OSGi bundle:  I think this jar is coming from here, right? https://repo.gradle.org/ui/native/libs-releases/org/gradle/gradle-tooling-api/...
Fixes issues that prevented application launch after rebase ### Context The current state includes all the changes that were needed in terms of GUI components. It's still missing implementation considering...