diff --git a/plugin-api/build.gradle b/plugin-api/build.gradle index 77d918b2445..a554dcf5756 100644 --- a/plugin-api/build.gradle +++ b/plugin-api/build.gradle @@ -71,7 +71,7 @@ Calculated : ${currentHash} tasks.register('checkAPIChanges', FileStateChecker) { description = "Checks that the API for the Plugin-API project does not change without deliberate thought" files = sourceSets.main.allJava.files - knownHash = '2b6i9SVzINvYv2E4yHk10d6ad+pzA12xsMltKghnW+U=' + knownHash = 'vL/8rpk/1ZsOjnDKgXm8K6v6pwZthTYH8mCs9dZV1Qk=' } check.dependsOn('checkAPIChanges')