Files
Idea-Plugin/gradle.properties
T
2026-05-08 17:14:51 +08:00

20 lines
1.1 KiB
Properties
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
org.gradle.jvmargs=-Xmx1024m -Dfile.encoding=UTF-8
org.gradle.parallel=true
# 减少 IDE 为 Gradle 发行版额外下载 gradle-*-src.zip(与 wrapper 使用 -all 配合更佳)
systemProp.idea.gradle.download.sources=false
# 若命令行 JDK 不对,取消下一行注释并改为本机 JDK 17,例如:
# org.gradle.java.home=C:/Program Files/Java/jdk-17
# --- IntelliJ Platform SDKIU-233.15619.7 / 2023.3.8---
# ideaLocalPath 填 IDEA 安装根目录(与 bin、lib、plugins 同级),不要填到 bin 目录。
#
# 注意:若路径在 C:\Program Files\JetBrains\...gradle-intellij-plugin 会在该目录写入
# ideaLocal-*.xml 和 plugins/builtinRegistry-*.xml,普通用户无写权限时会拒绝访问。
# 建议:复制一份 IDEA 到可写盘(如 G:\JetBrains\...)、Toolbox、或安装到非 Program Files。
#
ideaLocalPath=G:/JetBrains/IntelliJ IDEA 2023.3.8
# 也可设置环境变量 IDEA_LOCAL_PATH(本文件里若已配置 ideaLocalPath 则优先生效)。
# runIde 沙盒堆上限(可选),例:runIdeMaxHeap=1536m。机器内存紧张时不要设太大,否则 Windows 可能报 1455 / mmap 失败。