You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by GitBox <gi...@apache.org> on 2023/04/20 10:41:26 UTC

[GitHub] [ofbiz-framework]: Workflow run "Java CI with Gradle" failed!

The GitHub Actions job "Java CI with Gradle" on ofbiz-framework.git has failed.
Run started by GitHub user mbrohl (triggered by mbrohl).

Head commit for run:
dc1f64b008fb8f07563b1152798cb9549dcf3295 / Michael Brohl <mi...@ecomify.de>
Fixed: Eclipse build problems and proper dependency setup (OFBIZ-12808)

Due to improper dependency configurations and the JPMS (Java Plattform
Module System) which was introduced to Java since version 9, the Eclipse
build and running/debugging is not working with JDK 17 (trunk and
release22.01).

The reason is that there are dependencies to libraries which are also
shipped with the JDK which causes a conflict leading to ignore those
packages/classes in the build.

This commit fixes the problems for trunk without plugins, they have to
be modified separately.

Report URL: https://github.com/apache/ofbiz-framework/actions/runs/4753311144

With regards,
GitHub Actions via GitBox