mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Add Automatic-Module-Name for manager lib
This commit is contained in:
parent
7e7e4150e1
commit
f487af5b0c
2 changed files with 34 additions and 0 deletions
|
@ -1243,6 +1243,34 @@
|
||||||
"name":"org.bouncycastle.jcajce.provider.symmetric.Zuc$Mappings",
|
"name":"org.bouncycastle.jcajce.provider.symmetric.Zuc$Mappings",
|
||||||
"methods":[{"name":"<init>","parameterTypes":[] }]}
|
"methods":[{"name":"<init>","parameterTypes":[] }]}
|
||||||
,
|
,
|
||||||
|
{
|
||||||
|
"name":"org.bouncycastle.pqc.jcajce.provider.LMS$Mappings",
|
||||||
|
"methods":[{"name":"<init>","parameterTypes":[] }]}
|
||||||
|
,
|
||||||
|
{
|
||||||
|
"name":"org.bouncycastle.pqc.jcajce.provider.McEliece$Mappings",
|
||||||
|
"methods":[{"name":"<init>","parameterTypes":[] }]}
|
||||||
|
,
|
||||||
|
{
|
||||||
|
"name":"org.bouncycastle.pqc.jcajce.provider.NH$Mappings",
|
||||||
|
"methods":[{"name":"<init>","parameterTypes":[] }]}
|
||||||
|
,
|
||||||
|
{
|
||||||
|
"name":"org.bouncycastle.pqc.jcajce.provider.QTESLA$Mappings",
|
||||||
|
"methods":[{"name":"<init>","parameterTypes":[] }]}
|
||||||
|
,
|
||||||
|
{
|
||||||
|
"name":"org.bouncycastle.pqc.jcajce.provider.Rainbow$Mappings",
|
||||||
|
"methods":[{"name":"<init>","parameterTypes":[] }]}
|
||||||
|
,
|
||||||
|
{
|
||||||
|
"name":"org.bouncycastle.pqc.jcajce.provider.SPHINCS$Mappings",
|
||||||
|
"methods":[{"name":"<init>","parameterTypes":[] }]}
|
||||||
|
,
|
||||||
|
{
|
||||||
|
"name":"org.bouncycastle.pqc.jcajce.provider.XMSS$Mappings",
|
||||||
|
"methods":[{"name":"<init>","parameterTypes":[] }]}
|
||||||
|
,
|
||||||
{
|
{
|
||||||
"name":"org.freedesktop.dbus.errors.ServiceUnknown",
|
"name":"org.freedesktop.dbus.errors.ServiceUnknown",
|
||||||
"methods":[{"name":"<init>","parameterTypes":["java.lang.String"] }]}
|
"methods":[{"name":"<init>","parameterTypes":["java.lang.String"] }]}
|
||||||
|
|
|
@ -35,3 +35,9 @@ tasks.withType<AbstractArchiveTask>().configureEach {
|
||||||
tasks.withType<JavaCompile> {
|
tasks.withType<JavaCompile> {
|
||||||
options.encoding = "UTF-8"
|
options.encoding = "UTF-8"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.jar {
|
||||||
|
manifest {
|
||||||
|
attributes("Automatic-Module-Name" to "org.asamk.signal.manager")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue