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 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...

a:bug :beetle:

### 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...

a:bug :beetle:

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...

a:bug :beetle:

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...

a:bug :beetle:

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...

a:new-feature

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...

a:new-feature

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,...

a:bug :beetle:

### Expected Behavior - Open workspace with Gradle project - Gradle tasks are loaded successfully ### Current Behavior - Open workspace with Gradle project - Gradle tasks are not loaded...

a:bug :beetle:

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: ![image](https://github.com/eclipse/buildship/assets/208716/ae1ac40b-aa9d-4955-85f4-c235769b7d3a) I think this jar is coming from here, right? https://repo.gradle.org/ui/native/libs-releases/org/gradle/gradle-tooling-api/...

a:new-feature

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...