diff --git a/plugin-api/build.gradle b/plugin-api/build.gradle index 8ed11696c4cb..0b6bf08c701f 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 = 'iXB9eWeTq1e/uWXSb2dNTa7yL1BCunZ2doLC26y6VrA=' + knownHash = 'B8W17nUrnYudyncBvQEz8z8tXOCGXHm91eEF6gQh4jk=' } check.dependsOn('checkAPIChanges')