Skip to content

Commit 1781ab7

Browse files
authored
Merge pull request #2502 from enqueue/fix_native_build
Fix native build, make shaded JAR work
2 parents 7c1b88e + 7ed6e9b commit 1781ab7

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

clickhouse-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
</buildArgs>
170170
<classpath>
171171
<param>
172-
${project.build.directory}/${project.artifactId}-${project.version}-shaded.jar</param>
172+
${project.build.directory}/${project.artifactId}-${project.version}-all.jar</param>
173173
</classpath>
174174
<agent>
175175
<enabled>true</enabled>

0 commit comments

Comments
 (0)