Skip to content

Commit

Permalink
fix API hash
Browse files Browse the repository at this point in the history
  • Loading branch information
pinges committed Nov 6, 2023
1 parent 9e5e60b commit 6affd47
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 @@ -69,7 +69,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 = 'ty9U5x0y8uO5vNZ5MH0yaNQiDlBlFvCHXli2e+XT9Q8='
knownHash = 'gyD6xiQDjv4PFg3dcEXJ4dF9gk1SADX4DKkh+OxtNG0='
}
check.dependsOn('checkAPIChanges')

Expand Down

0 comments on commit 6affd47

Please sign in to comment.