添加stubIndex
This commit is contained in:
@@ -29,14 +29,14 @@ sourceSets {
|
||||
}
|
||||
}
|
||||
group = "me.zhouxi"
|
||||
version = "1.0-SNAPSHOT"
|
||||
version = "0.0.1"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
intellij {
|
||||
version.set("IU-2023.2.5")
|
||||
version.set("IC-2023.2.5")
|
||||
sandboxDir.set("idea-sandbox")
|
||||
plugins.set(listOf("java"))
|
||||
}
|
||||
@@ -45,7 +45,7 @@ dependencies {
|
||||
annotationProcessor("org.projectlombok:lombok:1.18.32")
|
||||
testCompileOnly("org.projectlombok:lombok:1.18.32")
|
||||
testAnnotationProcessor("org.projectlombok:lombok:1.18.32")
|
||||
implementation("org.jetbrains:grammar-kit:2022.3.2")
|
||||
// implementation("org.jetbrains:grammar-kit:2022.3.2")
|
||||
}
|
||||
tasks {
|
||||
buildPlugin {
|
||||
|
||||
Reference in New Issue
Block a user