diff --git a/plugin-api/build.gradle b/plugin-api/build.gradle index f640555815..d50b3d8cd0 100644 --- a/plugin-api/build.gradle +++ b/plugin-api/build.gradle @@ -66,7 +66,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 = 'WhADrT/XIIIBRyC9csAWWLzU1MGjm2uw+oQtZ1mJxZw=' + knownHash = 'a5nUojL/MzVVRo8ehexkdoAs9C5Rqjsv8YSF9gBhW2o=' } check.dependsOn('checkAPIChanges')