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:
Tyler Benson 2019-02-07 11:03:19 -08:00
parent 000c0e4644
commit b07b5962f0
1 changed files with 1 additions and 0 deletions

View File

@ -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') {