Skip to content

Commit

Permalink
[CALCITE-6851] ShadingTest.validateShadedJar fails on first/clean build
Browse files Browse the repository at this point in the history
  • Loading branch information
stoty committed Feb 25, 2025
1 parent a9dc6f8 commit c8e57f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shaded/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ tasks {
enabled = false
dependsOn(shadowJar)
}

test {
dependsOn(shadowJar)
}
}

artifacts {
Expand Down
4 changes: 4 additions & 0 deletions standalone-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ tasks {
}
}
}

test {
dependsOn(shadowJar)
}
}

artifacts {
Expand Down

0 comments on commit c8e57f2

Please sign in to comment.