Skip to content

Commit

Permalink
Disable spammy output for jar creation. (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
jongerrish authored Mar 17, 2021
1 parent c551a5a commit fde5804
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ internal fun JvmCompilationTask.createGeneratedClassJar() {
JarCreator(
path = Paths.get(outputs.generatedClassJar),
normalize = true,
verbose = true
verbose = false
).also {
it.addDirectory(Paths.get(directories.generatedClasses))
it.setJarOwner(info.label, info.bazelRuleKind)
Expand Down

0 comments on commit fde5804

Please sign in to comment.