stigkj / gradle-executable-jar-plugin

ABANDONED - use something like the gradle-capsule-plugin instead
24 stars 3 forks source link

Fix hanging tests in a module not having the plugin applied #6

Open stigkj opened 12 years ago

stigkj commented 12 years ago

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