mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-06-09 07:34:03 +02:00
Add JvmArgs
for runIde
task
This commit is contained in:
parent
ed2aead6f6
commit
2c63036fbc
@ -61,6 +61,10 @@ intellij {
|
|||||||
tasks {
|
tasks {
|
||||||
runIde {
|
runIde {
|
||||||
systemProperties["idea.auto.reload.plugins"] = false
|
systemProperties["idea.auto.reload.plugins"] = false
|
||||||
|
jvmArgs = listOf(
|
||||||
|
"-Xms512m",
|
||||||
|
"-Xmx2048m",
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
publishPlugin {
|
publishPlugin {
|
||||||
|
Loading…
Reference in New Issue
Block a user