chore: guh
This commit is contained in:
parent
3acbe82173
commit
82a940f0e4
1 changed files with 10 additions and 0 deletions
|
@ -270,6 +270,7 @@ project(":plugin") {
|
||||||
}
|
}
|
||||||
|
|
||||||
intellijPlatform {
|
intellijPlatform {
|
||||||
|
projectName = "ZigBrains"
|
||||||
pluginConfiguration {
|
pluginConfiguration {
|
||||||
name = properties("pluginName")
|
name = properties("pluginName")
|
||||||
description = providers.fileContents(rootProject.layout.projectDirectory.file("README.md")).asText.map {
|
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 {
|
tasks {
|
||||||
generateLexer {
|
generateLexer {
|
||||||
enabled = false
|
enabled = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue