Remove jar signatures to avoid SecurityException when repacking headless jar.

This commit is contained in:
akwizgran
2021-08-31 15:02:43 +01:00
parent 7388da410f
commit f963c4cfdd

View File

@@ -65,6 +65,7 @@ void jarFactory(Jar jarTask, jarArchitecture) {
exclude "tor_" + arch + ".zip" exclude "tor_" + arch + ".zip"
} }
} }
exclude 'META-INF/*.SF', 'META-INF/*.DSA', 'META-INF/*.RSA'
} }
jarTask.with jar jarTask.with jar
jarTask.doLast { jarTask.doLast {