buildship
buildship copied to clipboard
The Eclipse Plug-ins for Gradle project.
Adding a different Gradle user home in the global preferences shows a wrong warning and tooltip. ### Expected Behavior No warning is shown if the given path is existent. ###...
### Expected Behavior Undo and redo should apply in the focused editor. ### Current Behavior Undo and redo applies to the most recently opened editor. ### Context I often open...
`InitializeNewProjectOperation` passes the `--package` option to the `init` task, but the option was introduced in Gradle 5.0 only. ``` Expected no exception to be thrown, but got 'org.eclipse.core.runtime.CoreException' at spock.lang.Specification.noExceptionThrown(Specification.java:118)...
When importing a project that has a dependency to ` implementation 'javax.annotation:javax.annotation-api:1.3.2'` an import like: `import javax.annotation.PostConstruct;` will lead to an error: `The package javax.annotation is accessible from more than...
### Expected Behavior A new Gradle project in Eclipse ### Current Behavior Creating a new Gradle (3.1.5.v20210113-0929) project with Eclipse Eclipse IDE for RCP and RAP Developers (Version: 2021-09 (4.21.0)...
Let's say I have 2 Gradle projects called "project-base" and "project-extension". I want to be able to see the classes defined in the src/tests/java of "project-base" inside the src/tests/java of...
Importing OpenRewrite (https://github.com/openrewrite/rewrite) into eclipse/STS results in a failure due to cycles in the dependencies. However, the cycle is only present because `rewrite-test` appears to be added to the main...
### Expected Behavior I have a Gradle build that applies the following plugins: ``` id 'java' id 'application' id 'idea' id 'eclipse' ``` I need to pass parameters to the...
Original post: https://bugs.eclipse.org/bugs/show_bug.cgi?id=488947
The just-released Eclipse 2022-06 (4.24) has some changes WRT project-level info about what character encoding is used for files in the project. See [this 4.24 New & Noteworthy section](https://www.eclipse.org/eclipse/news/4.24/platform.php#no-explicit-encoding-project-warning) about...