Search code examples
javaeclipsegradle

Gradle build two projects (project with Name and a project lib)


today I have tried to create a Gradle Project in Eclipse. If the build process was finished the result was two seperate folders for no reason.

Gradle build a lib folder and a project folder. (Picture) I dont find any soultion. How can I force Gradle to build all in one like before?`

enter image description here

enter image description here


Solution

  • It seems to be a problem with newer Gradle versions, as indicated here:

    https://stackoverflow.com/a/66857125

    -> you could try it with gradle version 6.6