Skip to content

Commit 9541cd0

Browse files
Backport to branch(3) : Fix build error in data-loader (#2770)
Co-authored-by: Toshihiro Suzuki <[email protected]>
1 parent 8de50ab commit 9541cd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data-loader/cli/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ javadoc {
3434

3535
// Build a fat jar
3636
shadowJar {
37+
mustRunAfter distZip, distTar
3738
archiveClassifier.set("")
3839
manifest {
3940
attributes 'Main-Class': 'com.scalar.db.dataloader.DataLoaderCli'

0 commit comments

Comments
 (0)