Add log output to help CI not time out for long tasks
Muzzle takes a long time when run on a clean cache because it has to download a lot of dependencies.
This commit is contained in:
parent
000c0e4644
commit
b07b5962f0
|
@ -59,6 +59,7 @@ class MuzzlePlugin implements Plugin<Project> {
|
|||
.getMethod('assertInstrumentationMuzzled', ClassLoader.class, ClassLoader.class, boolean.class)
|
||||
assertionMethod.invoke(null, instrumentationCL, userCL, true)
|
||||
}
|
||||
println "Muzzle executing for $project"
|
||||
}
|
||||
}
|
||||
def printReferences = project.task('printReferences') {
|
||||
|
|
Loading…
Reference in New Issue