fix bad indent

This commit is contained in:
Robert Muir 2015-12-16 16:50:52 -05:00
parent ee79d46583
commit 49f37a526c

@ -91,7 +91,7 @@ public class ThirdPartyAuditTask extends DefaultTask {
if (listener instanceof BuildLogger) {
listener.messageOutputLevel = Project.MSG_ERR;
}
};
};
// we only want third party dependencies.
FileCollection jars = project.configurations.testCompile.fileCollection({ dependency ->