Skip to content

Commit

Permalink
Merge pull request #127 from simonegiacomelli/release
Browse files Browse the repository at this point in the history
removed `parser` directory to comply to the java package definition #126
  • Loading branch information
ice-phoenix authored Apr 5, 2024
2 parents 4b29a8b + 2a3eb3b commit 83c8c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammar/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ intellij {

tasks.withType<AntlrTask> {
outputDirectory =
File("${project.rootDir}/grammar/src/main/java/org/jetbrains/kotlin/spec/grammar/parser").also { it.mkdirs() }
File("${project.rootDir}/grammar/src/main/java/org/jetbrains/kotlin/spec/grammar").also { it.mkdirs() }

arguments.add("-package")
arguments.add("org.jetbrains.kotlin.spec.grammar")
Expand Down

0 comments on commit 83c8c0c

Please sign in to comment.