Skip to content
  • 35V LG84's avatar
    Fix cli/assembly with jdk 8 vs 11 · 206cb1fe
    35V LG84 authored
    
    
    Updated transitive dep via jgit has module-info.class files,
    and these will conflict with assembly jar:
    
    * org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar
    * org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.jar
    * org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.jar
    
    Fix this by discarding module-info.class for cli target
    (bc it's app, not lib, and all libs are included into assembly jar).
    
    Signed-off-by: default avatar35V LG84 <35vlg84-x4e6b92@e257.fi>
    206cb1fe