davidasync
12/13/2018, 2:53 PMr4zzz4k
12/13/2018, 3:21 PMapplication
plugin generates jars which contain only current module stuff. To run the app you still need to provide all the dependencies in claasspath.
Shadow, on the other hand, generates so called fat jar, which contains both app classes and all the dependencies and can be run as is without setting up environment.davidasync
12/13/2018, 3:36 PMgildor
12/14/2018, 1:25 AMTo run the app you still need to provide all the dependencies in claasspath.Not like that, application creates executable jar and all required dependencies as separate jars and a script that runs it and configures classpath
aarjav
12/14/2018, 2:24 PMgildor
12/14/2018, 3:16 PM