If build definition contaians sbt assemble (or other plugin depending on pats/jarjar) packagePluginZip sometimes (depdends on file sytem or something) fails with:
[info] Done compiling.
[error] java.lang.NoSuchMethodError: org.pantsbuild.jarjar.JJProcessor.<init>(Lscala/collection/Seq;)V
[error] at FixJarJar$.doFix(BrokenJarJar.scala:10)
[error] at $56b8d6d3da71dd14cbdc$.$sbtdef(/home/krzysiek/workspace/contextbuddy/build.sbt:78)
[error] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
If build definition contaians sbt assemble (or other plugin depending on pats/jarjar) packagePluginZip sometimes (depdends on file sytem or something) fails with:
This PR fixes the problem.