edvin
12/14/2015, 6:21 PM"compile(com.jcraft:jsch:0.1.53)
. I get java.lang.NoClassDefFoundError: com/jcraft/jsch/JSch
when the plugin runs and try to access the JSch class. I think that normally means that JSch imports something that is not on the classpath, so my first thought was that maybe I don't get the transitive dependencies included or something. Does this ring any bells? I'll continue digging myself ofcourse, but maybe you've seen something similar? simple smile