mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 02:12:58 +08:00
fix: 修复在 Shift 键不是连续的情况下也会打开 Find Everywhere 的问题 (#18)
This commit is contained in:
@@ -139,7 +139,6 @@ tasks.register<Exec>("jpackage") {
|
||||
val buildDir = layout.buildDirectory.get()
|
||||
val options = mutableListOf(
|
||||
"--add-exports java.base/sun.nio.ch=ALL-UNNAMED",
|
||||
"-XX:+UseZGC", "-XX:+ZGenerational", "-XX:ZUncommit", "-XX:ZUncommitDelay=60",
|
||||
"-Xmx2g",
|
||||
"-XX:+HeapDumpOnOutOfMemoryError",
|
||||
"-Dlogger.console.level=off",
|
||||
|
||||
Reference in New Issue
Block a user