Skip to content

Commit

Permalink
Fix plugin-api checksum check
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Pinto <[email protected]>
  • Loading branch information
lu-pinto committed Jan 8, 2025
1 parent 9b0e96a commit 3c03f67
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 @@ -71,7 +71,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 = 'iXB9eWeTq1e/uWXSb2dNTa7yL1BCunZ2doLC26y6VrA='
knownHash = 'B8W17nUrnYudyncBvQEz8z8tXOCGXHm91eEF6gQh4jk='
}
check.dependsOn('checkAPIChanges')

Expand Down

0 comments on commit 3c03f67

Please sign in to comment.