Skip to content

Commit

Permalink
update plugin hash
Browse files Browse the repository at this point in the history
Signed-off-by: Karim Taam <karim.t2am@gmail.com>
  • Loading branch information
matkt committed Feb 2, 2024
1 parent 6fb28f2 commit 52ba7c1
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 = 'Omx1pjOpv1KUZIGAzqaU6yqxh+0kMwKYnWHExrWr7Ao='
knownHash = 'MATL1YPJIK864VIzX55tpVP3H7MwlDgc5fnSZvBZ31I='
}
check.dependsOn('checkAPIChanges')

Expand Down

0 comments on commit 52ba7c1

Please sign in to comment.