I have 2 projects, project A and B, how put/link project A inside project B classpath?
Every time I need to make it manually, click on Configure Classpath on project B, click on Projects tabsheet, add the project, after that, click on Order and Export and put the project on top of the classpath, but of course, if I clean the project B everything I made is lose, how to tell the Gradle to make it for me?
See the image bellow, I wanna the Gradle do it for me, how to?