1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-05-09 06:34:05 +02:00

Add JvmArgs for runIde task

This commit is contained in:
张志豪 2021-08-22 18:02:19 +08:00
parent ed2aead6f6
commit 2c63036fbc

View File

@ -61,6 +61,10 @@ intellij {
tasks {
runIde {
systemProperties["idea.auto.reload.plugins"] = false
jvmArgs = listOf(
"-Xms512m",
"-Xmx2048m",
)
}
publishPlugin {