From 3a2c8e6d1395fa86f3f576002e18d46ea206dd15 Mon Sep 17 00:00:00 2001 From: Fabio Di Fabio Date: Thu, 23 Feb 2023 14:15:57 +0100 Subject: [PATCH] Update Plugin APIs the checksum Signed-off-by: Fabio Di Fabio --- plugin-api/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')