Skip to content

Commit

Permalink
removed parser directory to comply to the java package definition #126
Browse files Browse the repository at this point in the history
  • Loading branch information
simonegiacomelli committed Apr 3, 2024
1 parent 4b29a8b commit 2a3eb3b
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 2a3eb3b

Please # to comment.