|
|
@ -71,7 +71,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 = 'VN2JB2HPpEUDQaDvd7QcMkmmgedasVChfA8tnSf1GHU=' |
|
|
|
knownHash = 'WRdnBaP05fItpWHYSFz/vBBlRWL3sLGqzR3tzd+pOkA=' |
|
|
|
} |
|
|
|
} |
|
|
|
check.dependsOn('checkAPIChanges') |
|
|
|
check.dependsOn('checkAPIChanges') |
|
|
|
|
|
|
|
|
|
|
|