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
+1
View File
@@ -8,3 +8,4 @@ web/dist
.DS_Store
scripts/
tools/
.tools/
+2 -3
View File
@@ -30,6 +30,5 @@ intellijPlatform {
}
}
kotlin {
jvmToolchain(17)
}
// 注意: 不强制 jvmToolchain,直接使用 Gradle JVMIDE 自带的 JBR 17/21 均可)。
// 需要的 JDK 版本: 17+IntelliJ Platform 插件构建要求)
-1
View File
@@ -19,7 +19,6 @@
icon="/icons/harmness.svg"
factoryClass="com.harmness.toolwindow.HarmnessToolWindowFactory"
anchor="right"
condition="class#==com.intellij.ui.jcef.JBCefApp"
/>
<applicationConfigurable