mirror of
https://github.com/gotson/komga.git
synced 2025-01-08 11:47:47 +08:00
build(conveyor): hard-code module list
This commit is contained in:
parent
b80de0365b
commit
5911431300
@ -16,6 +16,31 @@ app {
|
||||
mac.options += "-Dspring.profiles.include=mac"
|
||||
|
||||
windows.options += "-Dspring.profiles.include=windows"
|
||||
|
||||
modules = [
|
||||
java.base
|
||||
java.base/jdk.internal.vm.annotation
|
||||
java.base/sun.security.x509
|
||||
java.compiler
|
||||
java.datatransfer
|
||||
java.desktop
|
||||
java.instrument
|
||||
java.logging
|
||||
java.management
|
||||
java.naming
|
||||
java.net.http
|
||||
java.prefs
|
||||
java.rmi
|
||||
java.scripting
|
||||
java.security.jgss
|
||||
java.sql
|
||||
java.sql.rowset
|
||||
java.transaction.xa
|
||||
java.xml
|
||||
jdk.jfr
|
||||
jdk.management
|
||||
jdk.unsupported
|
||||
]
|
||||
}
|
||||
|
||||
windows {
|
||||
|
22
komga-tray/conveyor/required-jdk-modules.txt
Normal file
22
komga-tray/conveyor/required-jdk-modules.txt
Normal file
@ -0,0 +1,22 @@
|
||||
java.base
|
||||
java.base/jdk.internal.vm.annotation
|
||||
java.base/sun.security.x509
|
||||
java.compiler
|
||||
java.datatransfer
|
||||
java.desktop
|
||||
java.instrument
|
||||
java.logging
|
||||
java.management
|
||||
java.naming
|
||||
java.net.http
|
||||
java.prefs
|
||||
java.rmi
|
||||
java.scripting
|
||||
java.security.jgss
|
||||
java.sql
|
||||
java.sql.rowset
|
||||
java.transaction.xa
|
||||
java.xml
|
||||
jdk.jfr
|
||||
jdk.management
|
||||
jdk.unsupported
|
Loading…
Reference in New Issue
Block a user