diff --git a/plugin-api/build.gradle b/plugin-api/build.gradle index f79852f2011..8b52eabde78 100644 --- a/plugin-api/build.gradle +++ b/plugin-api/build.gradle @@ -69,7 +69,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 = 'j6NRklFHlG35Pq/t6t/oJBrT8DbYOyruGq3cJNh4ENw=' + knownHash = 'zEQdO54rmbJoWoXk4YZUc8NVCg6e3W7mh0YKGeZCE1E=' } check.dependsOn('checkAPIChanges')