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 briar/briar!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) { ...@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment