From 1b2443dbe6a7bb9927e48ae63de9343c64c22c45 Mon Sep 17 00:00:00 2001 From: garyschulte Date: Wed, 22 May 2024 09:28:56 -0700 Subject: [PATCH] plugin-api hash bump Signed-off-by: garyschulte --- 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 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')