|
This was a tricky one: sourceSet.getRuntimeClasspath() is the right place, that is not the question ... URLClasloader checks if the URLs exist in the constructor, therefore it has to be created after the compilation has finished. Previously it was being created too early ... I moved it into the enhancement task.
|