upgrade gradle and fix plugin build

This commit is contained in:
Alex Zenla
2025-03-16 23:48:04 -07:00
parent d31a8f41eb
commit 61fbb6f35f
3 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,7 @@
import gay.pizza.pork.buildext.AstCodegenType
plugins {
id("org.jetbrains.intellij.platform") version "2.1.0"
id("org.jetbrains.intellij.platform") version "2.3.0"
id("gay.pizza.pork.module")
id("gay.pizza.pork.ast")
}
@ -17,10 +17,9 @@ dependencies {
implementation(project(":parser"))
intellijPlatform {
intellijIdeaCommunity("2024.2")
intellijIdeaCommunity("2024.3")
pluginVerifier()
zipSigner()
instrumentationTools()
}
}