Skip to content

Commit c8e57f2

Browse files
committed
[CALCITE-6851] ShadingTest.validateShadedJar fails on first/clean build
1 parent a9dc6f8 commit c8e57f2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

shaded/core/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ tasks {
8787
enabled = false
8888
dependsOn(shadowJar)
8989
}
90+
91+
test {
92+
dependsOn(shadowJar)
93+
}
9094
}
9195

9296
artifacts {

standalone-server/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ tasks {
111111
}
112112
}
113113
}
114+
115+
test {
116+
dependsOn(shadowJar)
117+
}
114118
}
115119

116120
artifacts {

0 commit comments

Comments
 (0)