How can I add more classes to the instrumentation of JaCoCo?

I have some classes that are not in the current project jar file. This class are generate from a gradle sub project. How can I add this classes to instrument from JaCoCo?

With include and exclude I can only filter on the current project classes. Any idea?