Skip to content

Commit

Permalink
Change plugin known hash
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel-Trintinalia <[email protected]>
  • Loading branch information
Gabriel-Trintinalia committed Oct 25, 2023
1 parent 8e5de8d commit 50aa983
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 = 'j6NRklFHlG35Pq/t6t/oJBrT8DbYOyruGq3cJNh4ENw='
knownHash = 'zEQdO54rmbJoWoXk4YZUc8NVCg6e3W7mh0YKGeZCE1E='
}
check.dependsOn('checkAPIChanges')

Expand Down

0 comments on commit 50aa983

Please sign in to comment.