Gradle doesn't compile dependant library project in war project

Hello,

I am new to gradle. I have a multiple-project setup but my dependant library-project is not compiled correctly into my war-project.

You can find more details here:

https://stackoverflow.com/questions/73399193/gradle-doesnt-compile-dependant-library-project-in-war-project

Any help is greatly appreciated.

Can you maybe provide an MCVE?

Hi,

thanks for your answer.

You can find a MCVE here:

I’d tend to say this is an Eclipse problem.
If I build the war with Gradle, it looks exactly like expected.
But I cannot test it, as I’m not going to install that PoC on my box. :slight_smile: