mirror of https://github.com/sbt/sbt.git
Less verbose output during shading
This commit is contained in:
parent
064978ac42
commit
f97b0860d3
|
|
@ -203,7 +203,7 @@ object Shading {
|
|||
rename(cls, shadingNamespace + ".@0")
|
||||
}
|
||||
|
||||
val processor = JJProcessor(nsRules ++ clsRules, verbose = true, skipManifest = false)
|
||||
val processor = JJProcessor(nsRules ++ clsRules, verbose = false, skipManifest = false)
|
||||
CoursierJarProcessor.run((baseJar +: toShadeJars).toArray, outputJar, processor.proc, true)
|
||||
|
||||
outputJar
|
||||
|
|
|
|||
Loading…
Reference in New Issue