Skip to content

Commit 4160b00

Browse files
committed
chore: remove info logs from kafka schema generation script output
1 parent ecd2b99 commit 4160b00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kafka-check-local-schemas.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ function check_binary_exists() {
2828

2929
check_binary_exists "sbt"
3030

31-
sbt "runMain tools.generateSchemaFile schemas/schema.json"
31+
sbt -batch -error "set fork := false; runMain tools.generateSchemaFile schemas/schema.json"

0 commit comments

Comments
 (0)