Finalize preset: drop jvmToolchain, remove toolWindow condition, gitignore .tools

This commit is contained in:
harmness
2026-09-10 15:05:04 +08:00
parent 4890569b95
commit c9c6744cc0
3 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -30,6 +30,5 @@ intellijPlatform {
}
}
kotlin {
jvmToolchain(17)
}
// 注意: 不强制 jvmToolchain,直接使用 Gradle JVMIDE 自带的 JBR 17/21 均可)。
// 需要的 JDK 版本: 17+IntelliJ Platform 插件构建要求)