gradle-executable-jar-plugin icon indicating copy to clipboard operation
gradle-executable-jar-plugin copied to clipboard

Fix hanging tests in a module not having the plugin applied

Open stigkj opened this issue 13 years ago • 0 comments

Somehow having the Gradle Executable Jar plugin in Gradle's classpath makes tests in a module (in a multi-module project) not having the plugin applied behave differently, ie. it hangs in a deadlock or something similar.

By having the classpath for gradle-executable-jar-plugin only where it is needed, the problem goes away

stigkj avatar Dec 13 '11 15:12 stigkj