mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 13:11:32 +00:00
global: idea generation support
This commit is contained in:
@ -1,12 +1,19 @@
|
||||
import gay.pizza.pork.buildext.AstCodegenType
|
||||
|
||||
plugins {
|
||||
id("org.jetbrains.intellij") version "1.15.0"
|
||||
id("gay.pizza.pork.module")
|
||||
id("gay.pizza.pork.ast")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":parser"))
|
||||
}
|
||||
|
||||
porkAst {
|
||||
astCodegenType.set(AstCodegenType.PorkIdea)
|
||||
}
|
||||
|
||||
intellij {
|
||||
pluginName.set(properties["pluginName"].toString())
|
||||
version.set(properties["platformVersion"].toString())
|
||||
|
Reference in New Issue
Block a user