Donát Csikós
Donát Csikós
Hi! I'll get back to you on this soon. I'm in the process of planning some work in the IDE integration.
That's a good idea. We could run some sanity checks (compile, checkstyle) as the first steps.
@vogella Currently there's no GitHub action defined for Buildship. It would be nice to have though.
I've updated the build to use the latest Gradle wrapper and to use toolchains to run compilation and integration tests. It could potentially make it easier to run the build...
This is a relatively new requirement for the build: https://github.com/eclipse/buildship/blob/master/docs/development/Setup.md#gradle-setup At the same time, we've updated the build to Gradle 7.x. The new version allows the build to load the...
> Is Java 8 still required? The IDE requires Java 11 since a long time. We support all Eclipse versions back until version 4.8. Java 11 became the minimum only...
I've merged #1175; the latest master no longer needs `jdk8.location` and similar properties. https://github.com/eclipse/buildship/blob/master/docs/development/Setup.md#running-the-build should cover the topic. If something is still broken please open a separate bug report. The...
This is something different. Please run the command with `--stacktrace` and share the result.
You can omit `-Peclipse.version` to use the default (i.e. latest) version supported by the build: https://github.com/eclipse/buildship/blob/master/build.gradle#L31
What happens if you manually delete/modify the init script in the error message: `C:\Users\\eclipse-workspace\zap\.metadata\.plugins\org.eclipse.buildship.core\init.d\eclipsePlugin.gradle`?