Skip to content

Commit

Permalink
update hash for plugin api
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <[email protected]>
  • Loading branch information
macfarla committed Jul 3, 2024
1 parent 86ddbd6 commit 191e0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 'Q6EK5By3BNKNa/JYqYjFw43VXWL0KVBUV3dGEQBjZ70='
knownHash = 'M5/+9T51fFeD8o0J2kgO+dC7+7SXZjMOq0Va01knM+0='
}
check.dependsOn('checkAPIChanges')

Expand Down

0 comments on commit 191e0c6

Please sign in to comment.