buildship
buildship copied to clipboard
The Eclipse Plug-ins for Gradle project.
Added most of the features to create a non functional workspace composite, including: - Definition of composite via wizard and working set GUI - Adding projects to the composite via...
I am seeing an issue that started when I upgraded my team's projects to Gradle 7. ### Expected Behavior There should be no deprecation warnings that indicate features are being...
my eclipse is STS 4.12.1.RELEASE and gradle is v7.3. the build ship version is 3.1.5. there are two module in my project , moduelA,moduleB. the moduleB depends on moduleA with...
### Expected Behavior When you open a workspace you have not been working on for a long time, Buildship automatically re-downloads dependency JARs if they are meanwhile expired from the...
I have only Java 12 installed in my machine. Even if I set the `sourceCompatibility` and `targetCompatibility` to Java 8, the following code still compiles: ```java boolean b = "".isBlank();...
Today a user complained about the missing option to comment out part of a Gradle file. Could you add this feature?
Importing a gradle project into eclipse yields an error when using a custom source path for testfixture sources/resources. ### Expected Behavior The import should work without any failure. ### Current...
### Expected Behavior ### Current Behavior ### Context ### Steps to Reproduce ### Your Environment
I'd like to be able to configure defaults for run configurations. We do this [now](https://github.com/elastic/elasticsearch/blob/4b995cb/build-tools-internal/src/main/groovy/elasticsearch.ide.gradle#L119-L136) for IntelliJ. Without this we end up running tests in Eclipse with quite different parameters...
Switching to any view or perspective in Eclipse which involves Buildship (package explorer, project explorer, gradle tasks, gradle execution...) results in Eclipse completely freezing. This happens when JAVA_HOME, JDK_HOME and...