Skip to content

Commit

Permalink
Merge pull request #126 from dirkgroot/renovate/org.jetbrains.grammar…
Browse files Browse the repository at this point in the history
…kit-2022.x

Update plugin org.jetbrains.grammarkit to v2022.3.2.2
  • Loading branch information
dirkgroot authored Apr 5, 2024
2 parents 1e34482 + bedce9b commit 05d7a3c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id("org.jetbrains.intellij") version "1.17.3"
id("org.jetbrains.changelog") version "2.2.0"
id("org.jetbrains.kotlinx.kover") version "0.7.6"
id("org.jetbrains.grammarkit") version "2022.3.2.1"
id("org.jetbrains.grammarkit") version "2022.3.2.2"
}

group = properties("pluginGroup")
Expand Down Expand Up @@ -102,13 +102,7 @@ tasks {
sourceFile.set(File("src/main/grammar/StructurizrDSL.flex"))

// target directory for lexer
targetDir.set("src/main/gen/nl/dirkgroot/structurizr/dsl/")

// target classname, target file will be targetDir/targetClass.java
targetClass.set("StructurizrDSLLexer")

// if set, plugin will remove a lexer output file before generating new one. Default: false
purgeOldFiles.set(true)
targetOutputDir.set(File("src/main/gen/nl/dirkgroot/structurizr/dsl/"))
}

signPlugin {
Expand Down

0 comments on commit 05d7a3c

Please sign in to comment.