diff --git a/integration-test-common/build.gradle.kts b/integration-test-common/build.gradle.kts index 7b7676a34e1..1f32b845c8b 100644 --- a/integration-test-common/build.gradle.kts +++ b/integration-test-common/build.gradle.kts @@ -80,6 +80,7 @@ val testShadowJar by tasks.registering(ShadowJar::class) { // avoid conflict with Spark test exclude("org/apache/logging/slf4j/**") relocate("org.eclipse.jetty", "org.apache.gravitino.it.shaded.org.eclipse.jetty") + mergeServiceFiles() from(sourceSets["test"].output) }