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
|
@ -35,3 +35,9 @@ tasks.withType<AbstractArchiveTask>().configureEach {
|
|||
tasks.withType<JavaCompile> {
|
||||
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