Just in case, I've reimplemented "dependency checksum verification".
New implementation verifies not just third-party dependencies like "commons-logging.jar", but Gradle's plugins as well. New approach is faster as well, so I enabled it by default. There's a Gradle task `./gradlew allDependencies` that prints all the dependencies in all the projects. Vladimir
