We kind of work.
We create a project in Jenkins for each gradle subproject. And in the Jenkins configuration, we only build a subproject, doing something like:
gradle clean :<subproject>:build
We still have a problem that the task runs for all checks for the entire project. I would like to configure Jenkins to build only if there is a checkin in the subproject, but I don't know how to specify it.
timwise
source share