diff --git a/plugin-api/build.gradle b/plugin-api/build.gradle index f0290bf8bc9..e38237d7c3f 100644 --- a/plugin-api/build.gradle +++ b/plugin-api/build.gradle @@ -70,7 +70,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 = 'W3h2jfQ0dVHlmzD9cDnn3S6keqPikCOXGaVSdr2D78Y=' + knownHash = 'wMhttXj2aWFgpN9msxHz/FwQVovpYRxNysnZEpwZYxg=' } check.dependsOn('checkAPIChanges')