Fix compile errors; adopt plugin ID com.prepeep.harmness-browser and official Gradle wrapper; build success

This commit is contained in:
harmness
2026-09-10 17:34:56 +08:00
parent c9c6744cc0
commit e795320845
5 changed files with 49 additions and 68 deletions
+5 -2
View File
@@ -1,3 +1,5 @@
import org.jetbrains.intellij.platform.gradle.extensions.intellijPlatform
plugins {
id("org.jetbrains.kotlin.jvm")
id("org.jetbrains.intellij.platform")
@@ -30,5 +32,6 @@ intellijPlatform {
}
}
// 注意: 不强制 jvmToolchain,直接使用 Gradle JVMIDE 自带的 JBR 17/21 均可)。
// 需要的 JDK 版本: 17+IntelliJ Platform 插件构建要求)
kotlin {
jvmToolchain(17)
}