fatjar does not work with gradle 2.1
Closed this issue · 1 comments
softwarepsychology commented
Fatjar does not work in gradle 2.1 due to the way vertx jars are added to "lib" directory. DefaultPlatformManager code assumes vertx-jars are in a URLClassLoader classpath. New gradle classloading mechanism seems to use a caching mechanism to load classfiles. There vertx jars are not located.
softwarepsychology commented
related to issue #27 Closing.