Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 6c009b8

Browse files
committed
Add hook to override classpath hashing
1 parent 722534e commit 6c009b8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/main/java/xsbti/compile/ExternalHooks.java

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ interface Lookup {
5151
* @return API changes
5252
*/
5353
boolean shouldDoIncrementalCompilation(Set<String> changedClasses, CompileAnalysis previousAnalysis);
54+
55+
Optional<FileHash[]> hashClasspath(File[] classpath);
5456
}
5557

5658
/**
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ProblemFilters.exclude[ReversedMissingMethodProblem]("xsbti.compile.ExternalHooks#Lookup.hashClasspath")

0 commit comments

Comments
 (0)