I'm trying to load ofbiz project in eclipse and declare it as a gradle but it generate a lot of sub-project and error in java build.
My process : 1) download ofbiz 2) ./gradlew eclipse 3) open eclipse (Neon Java default config) in a new workspace, 4) import existing project ofbiz is recognize as a java project and there is no error 5) button configure as gradle project => it generate one project by component => if generate error in build in Project and External Dependencies (org.eclipse.buildship.core.gradleclasspathcontainer) application(missing) ------ I have read the jira OFBIZ-7779 <https://issues.apache.org/jira/browse/OFBIZ-7779> but I have not found what I'm not doing correctly ...
