Skip to content

Commit 8ad442f

Browse files
committed
Add kafka-assembly in run-tests
1 parent 6020b00 commit 8ad442f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ CURRENT_BLOCK=$BLOCK_BUILD
173173
build/mvn $HIVE_BUILD_ARGS clean package -DskipTests
174174
else
175175
echo -e "q\n" \
176-
| build/sbt $HIVE_BUILD_ARGS package assembly/assembly \
176+
| build/sbt $HIVE_BUILD_ARGS package assembly/assembly streaming-kafka-assembly/assembly \
177177
| grep -v -e "info.*Resolving" -e "warn.*Merging" -e "info.*Including"
178178
fi
179179
}

0 commit comments

Comments
 (0)