Skip to content

Commit

Permalink
plugin-api hash bump
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <garyschulte@gmail.com>
  • Loading branch information
garyschulte committed May 22, 2024
1 parent aeadcd3 commit 1b2443d
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 = 'W3h2jfQ0dVHlmzD9cDnn3S6keqPikCOXGaVSdr2D78Y='
knownHash = 'wMhttXj2aWFgpN9msxHz/FwQVovpYRxNysnZEpwZYxg='
}
check.dependsOn('checkAPIChanges')

Expand Down

0 comments on commit 1b2443d

Please sign in to comment.