Update Plugin APIs the checksum

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
eip-4844-interop
Fabio Di Fabio 2 years ago
parent 94db8bbd3c
commit 3a2c8e6d13
  1. 2
      plugin-api/build.gradle

@ -66,7 +66,7 @@ Calculated : ${currentHash}
tasks.register('checkAPIChanges', FileStateChecker) { tasks.register('checkAPIChanges', FileStateChecker) {
description = "Checks that the API for the Plugin-API project does not change without deliberate thought" description = "Checks that the API for the Plugin-API project does not change without deliberate thought"
files = sourceSets.main.allJava.files files = sourceSets.main.allJava.files
knownHash = 'WhADrT/XIIIBRyC9csAWWLzU1MGjm2uw+oQtZ1mJxZw=' knownHash = 'a5nUojL/MzVVRo8ehexkdoAs9C5Rqjsv8YSF9gBhW2o='
} }
check.dependsOn('checkAPIChanges') check.dependsOn('checkAPIChanges')

Loading…
Cancel
Save