Skip to content
Snippets Groups Projects
Commit 7e9d64b6 authored by Torsten Grote's avatar Torsten Grote
Browse files

Merge branch 'fix-headless-build' into 'master'

Remove jar signatures to avoid SecurityException when repacking headless jar

See merge request !1532
parents 7388da41 f963c4cf
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,7 @@ void jarFactory(Jar jarTask, jarArchitecture) {
exclude "tor_" + arch + ".zip"
}
}
exclude 'META-INF/*.SF', 'META-INF/*.DSA', 'META-INF/*.RSA'
}
jarTask.with jar
jarTask.doLast {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment