Skip to content

Commit

Permalink
use client shadow jar
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmclean committed Oct 16, 2024
1 parent 10af3d2 commit f955db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-test-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {

dependencies {
testImplementation(project(":api"))
testImplementation(project(":clients:client-java"))
testImplementation(project(":clients:client-java", configuration = "shadow"))
testImplementation(project(":common"))
testImplementation(project(":core"))
testImplementation(project(":server"))
Expand Down

0 comments on commit f955db2

Please sign in to comment.