Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use newer JDT libraries to avoid annoying "error" warnings #1778

Open
4 tasks done
company-jcup opened this issue Aug 7, 2023 · 1 comment
Open
4 tasks done

Use newer JDT libraries to avoid annoying "error" warnings #1778

company-jcup opened this issue Aug 7, 2023 · 1 comment
Labels

Comments

@company-jcup
Copy link

company-jcup commented Aug 7, 2023

Situation

Our build had some errors outputs from Gradle at at mercedes-benz/sechub#1658.
The reason was the usage of spotless which relies on JDT parts for automated eclipse formatting, which have a bug inside: eclipse-platform/eclipse.platform#180

Following output was shown multiple times:

Errors occurred while build effective model from /home/runner/.gradle/caches/modules-2/files-2.1/org.eclipse.platform/org.eclipse.core.expressions/3.8.200/eb159f34083b0135459745f934a6ad5eb61b61c/org.eclipse.core.expressions-3.8.200.pom:
	'modelVersion' must be one of [4.0.0] but is '4.0'. in org.eclipse.platform:org.eclipse.core.expressions:3.8.200

It's not really breaking the build but just an anoying list of "errors", which are none.

Proposal

@jochenberger
Copy link
Contributor

See also #1772

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants