buildship icon indicating copy to clipboard operation
buildship copied to clipboard

The Eclipse Plug-ins for Gradle project.

Results 157 buildship issues
Sort by recently updated
recently updated
newest added

### Expected Behavior Import should work. ### Current Behavior Import produces this exception: ``` Caused by: java.lang.IllegalAccessError: class org.gradle.internal.compiler.java.ClassNameCollector (in unnamed module @0x5839e94f) cannot access class com.sun.tools.javac.code.Symbol$TypeSymbol (in module jdk.compiler)...

a:bug :beetle:

- Gradle 7.1 - Eclipse 2021-06 - OpenJDK 11 - complex composite build When importing a complex composite build which includes several other projects, I get: ``` java.lang.IllegalStateException: Cannot use...

a:bug :beetle:

Would be awesome if Buildship would provide code completion for dependencies: dependencies { // This dependency is exported to consumers, that is to say found on their compile classpath. api...

a:new-feature

I just noticed https://github.com/microsoft/vscode-gradle which seems to provide a decent language server for Gradle files. I didn't look into details, nor even actually tried it; but I believe that it...

a:new-feature

### Expected Behavior Buildship should report if the version of Gradle used by a Gradle Wrapper is unsupported. ### Context I work with a large number of repositories that for...

a:new-feature

We've recently started using gradle's `compileOnlyApi`. It looks like that [landed](https://docs.gradle.org/6.7-rc-1/release-notes.html) in gradle 6.7. Anyway, this doesn't work with buildship. ### Expected Behavior My project config looks something like: *...

a:bug :beetle:

Source: https://bugs.eclipse.org/bugs/show_bug.cgi?id=543328

an:enhancement

If I share a Gradle project with Eclipse Git functionality buildship throughs an error and forces me to reimport the project. See below for the error. To test: 1.) Use...

a:bug :beetle:

If I run a failing test, an exception is written to the error log. A failing test should not result in an exception reported to the Error Log. Example test:...

a:bug :beetle:

Attempting to import a Gradle Project results in the following error on the Preview Import screen ![image](https://user-images.githubusercontent.com/6265601/110700277-c4790680-81bd-11eb-8156-58f53b7efe80.png) ``` org.gradle.tooling.BuildException: Could not fetch model of type 'GradleBuild' using connection to Gradle...

a:bug :beetle: