Skip to content

Commit

Permalink
fixup! RD-10482: SQL for the scala runner (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgaidioz committed Jan 18, 2024
1 parent 84de886 commit 7277ddd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion snapi-parser/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Compile / packageSrc / publishArtifact := true
libraryDependencies ++= Seq(
// We depend directly on the Truffle DSL processor to use their Antlr4.
// If we'd use ours, they would conflict as Truffle DSL package defines the org.antlr4 package.
"org.graalvm.truffle" % "truffle-dsl-processor" % "23.1.0"
"org.graalvm.truffle" % "truffle-dsl-processor" % "23.1.0" % Provided
)

val generateParser = taskKey[Unit]("Generated antlr4 base parser and lexer")
Expand Down
1 change: 0 additions & 1 deletion snapi-parser/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@

module raw.snapi.parser {
requires truffle.dsl.processor;

exports raw.compiler.rql2.generated;
}

0 comments on commit 7277ddd

Please sign in to comment.