mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Remove jar signatures to avoid SecurityException when repacking headless jar.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user