I’d like to setup a single project that pulls in artifacts from other Gradle projects in order to setup integration tests across all of the projects. The integration project will not have source code, and so while the “java” Gradle plugin will work just fine, there will never be code in src/main - is there another / better way to setup a project like this?