Skip to content

Commit

Permalink
Add additional namespace to lang and parser
Browse files Browse the repository at this point in the history
  • Loading branch information
alancai98 committed May 14, 2024
1 parent f748062 commit 8b50969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion partiql-lang/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies {
}

val relocations = mapOf(
"org.antlr" to "org.partiql.thirdparty.antlr"
"org.antlr" to "org.partiql.lang.thirdparty.antlr"
)

tasks.shadowJar {
Expand Down
2 changes: 1 addition & 1 deletion partiql-parser/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
}

val relocations = mapOf(
"org.antlr" to "org.partiql.thirdparty.antlr"
"org.antlr" to "org.partiql.parser.thirdparty.antlr"
)

tasks.shadowJar {
Expand Down

0 comments on commit 8b50969

Please sign in to comment.