mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 21:00:16 +02:00
build(conveyor): hard-code module list
This commit is contained in:
parent
b80de0365b
commit
5911431300
2 changed files with 47 additions and 0 deletions
|
|
@ -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 a new issue