Skip to content

Commit

Permalink
1.1.8 更新
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonKnightOfBreeze committed Sep 12, 2023
1 parent 23eae4b commit ef56dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ tasks {
runIde {
systemProperty("idea.is.internal", true)
systemProperty("pls.is.debug", true)
jvmArgs("-Xmx8G") //自定义JVM参数
jvmArgs("-Xmx4G") //自定义JVM参数
}
publishPlugin {
token.set(providers.environmentVariable("IDEA_TOKEN"))
Expand Down

0 comments on commit ef56dc6

Please sign in to comment.