Skip to content

Commit

Permalink
fixup! Add back deprecated traceStartBlock methods to the tracer API
Browse files Browse the repository at this point in the history
 change plugin api hash

Signed-off-by: Luis Pinto <[email protected]>
  • Loading branch information
lu-pinto committed Jan 13, 2025
1 parent e8bb1e0 commit cfdf33a
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 @@ -71,7 +71,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 = 'V3YwoXiJjbbrtpr7DmbebhJwAcj40J/3gb6VZcoFlF8='
knownHash = '2b6i9SVzINvYv2E4yHk10d6ad+pzA12xsMltKghnW+U='
}
check.dependsOn('checkAPIChanges')

Expand Down

0 comments on commit cfdf33a

Please sign in to comment.