Skip to content

Strip signatures from .jar file

Nico requested to merge 119-jar-signature-strip into main

Until we properly sign the .jar file, those signatures just result in a SecurityException, making the .jar file unable to run. I got this fix by

Fixes #119 (closed).

Merge request reports