Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Nischal Sharma <nischal@web3labs.com>
  • Loading branch information
NickSneo committed Nov 23, 2023
1 parent 2687854 commit 2745344
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 = 'rQnq0y75ijC9Ak0gyES9xLI5l7R8Jf30ldKaIi8rAFM='
knownHash = 'Dfb/2mQt2ZBESmcaC9P6bx4XHjDqRWztu3L+qAyHTLU='
}
check.dependsOn('checkAPIChanges')

Expand Down

0 comments on commit 2745344

Please sign in to comment.