Don't package all snowflake architectures into headless jars

This commit is contained in:
Sebastian Kürten
2023-02-21 09:38:24 +01:00
parent f02bbebf6c
commit 6ecb44bcaa

View File

@@ -80,6 +80,7 @@ void jarFactory(Jar jarTask, jarArchitecture) {
if (arch != jarArchitecture) {
exclude "obfs4proxy_" + arch + ".zip"
exclude "tor_" + arch + ".zip"
exclude "snowflake_" + arch + ".zip"
}
}
exclude 'META-INF/*.SF', 'META-INF/*.DSA', 'META-INF/*.RSA'