Skip to content

Commit

Permalink
mergeServiceFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
xunliu committed Sep 24, 2024
1 parent a68418a commit 13b8e2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-test-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 13b8e2e

Please sign in to comment.