mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-07-30 19:46:16 +00:00
fix ide agent support
This commit is contained in:
@@ -166,6 +166,11 @@ application {
|
||||
}
|
||||
}
|
||||
|
||||
run {
|
||||
//Add jdk.unsupported for IDE agents requiring sun.misc
|
||||
jvmArgs += ["--add-modules=jdk.unsupported"]
|
||||
}
|
||||
|
||||
jlink {
|
||||
mergedModule {
|
||||
requires 'javafx.graphics'
|
||||
|
||||
Reference in New Issue
Block a user