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 {
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue