Fix compile errors; adopt plugin ID com.prepeep.harmness-browser and official Gradle wrapper; build success
This commit is contained in:
+5
-2
@@ -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 JVM(IDE 自带的 JBR 17/21 均可)。
|
||||
// 需要的 JDK 版本: 17+(IntelliJ Platform 插件构建要求)
|
||||
kotlin {
|
||||
jvmToolchain(17)
|
||||
}
|
||||
Reference in New Issue
Block a user