Skip to content

Commit

Permalink
5098: Update plugin-api gradle hash
Browse files Browse the repository at this point in the history
Signed-off-by: Matilda Clerke <[email protected]>
  • Loading branch information
Matilda-Clerke committed Jul 30, 2024
1 parent b70da06 commit 0d4a9b3
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 = 'oPsVhFhdIkzHqD+jjwRX7dbgeNeKbpCmPjiBWDdMV7o='
knownHash = 'u2Tr4YiyhfOKhAp+5foXYpKdc0o9PPG7e0X0DV7gNCk='
}
check.dependsOn('checkAPIChanges')

Expand Down

0 comments on commit 0d4a9b3

Please sign in to comment.