Skip to content

Commit

Permalink
[CALCITE-6670] Use org.apache.calcite.avatica.shaded as base package …
Browse files Browse the repository at this point in the history
…for relocated libraries
  • Loading branch information
stoty authored and F21 committed Jan 12, 2025
1 parent e30eaf5 commit e261a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shaded/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ tasks {
"org.apache.http",
"org.apache.commons"
).forEach {
relocate(it, "${project.group}.$it")
relocate(it, "${project.group}.shaded.$it")
}
CrLfSpec(LineEndings.LF).run {
into("META-INF") {
Expand Down

0 comments on commit e261a39

Please sign in to comment.