Skip to content

Commit 971213b

Browse files
authored
Update grammar kit composer (#674)
* Update grammar kit composer * Update libs.versions.toml * Fix target dir
1 parent 6902246 commit 971213b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232

3333
generateLexer {
3434
sourceFile.set(project.file('src/main/kotlin/com/alecstrong/sql/psi/core/SqlLexer.flex'))
35-
targetDir.set('gen/com/alecstrong/sql/psi/core/lexer/')
35+
targetOutputDir.set(project.file('gen/com/alecstrong/sql/psi/core/lexer/'))
3636
targetClass.set('SqlLexer')
3737
purgeOldFiles.set(true)
3838
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ intelliJ = ["intellijCoreImpl", "intellijProjectModelImpl", "intellijAnalysisImp
2222

2323
[plugins]
2424
kotlinJvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
25-
grammarKitComposer = { id = "com.alecstrong.grammar.kit.composer", version = "0.1.12" }
25+
grammarKitComposer = { id = "app.cash.grammarkit-composer", version = "0.2.0" }
2626
spotless = { id = "com.diffplug.spotless", version = "7.0.3" }
2727
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.32.0" }
2828
dokka = { id = "org.jetbrains.dokka", version = "2.0.0" }

0 commit comments

Comments
 (0)