chore: guh

This commit is contained in:
FalsePattern 2024-07-04 19:02:05 +02:00
parent 3acbe82173
commit 82a940f0e4
Signed by: falsepattern
GPG key ID: E930CDEC50C50E23

View file

@ -270,6 +270,7 @@ project(":plugin") {
}
intellijPlatform {
projectName = "ZigBrains"
pluginConfiguration {
name = properties("pluginName")
description = providers.fileContents(rootProject.layout.projectDirectory.file("README.md")).asText.map {
@ -380,6 +381,15 @@ project(":plugin") {
}
}
dependencies {
intellijPlatform {
when (baseIDE) {
"idea" -> intellijIdeaCommunity(ideaVersion)
"clion" -> clion(clionVersion)
}
}
}
tasks {
generateLexer {
enabled = false