ext { // TODO (trask) currently this is only needed for LambdaGen // revisit if we don't end up dropping Java 7 minJavaVersionForTests = JavaVersion.VERSION_1_8 } apply from: "$rootDir/gradle/instrumentation.gradle" muzzle { pass { coreJdk() } }