mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 13:49:53 +01:00
Merge branch 'fix-headless-build' into 'master'
Remove jar signatures to avoid SecurityException when repacking headless jar See merge request briar/briar!1532
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user