Skip to content

Commit 33a76e6

Browse files
committed
Revert "Update for spotless-lib 3.0"
This reverts commit d1d8832.
1 parent e146ac0 commit 33a76e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLaunchSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ protected FileSignature calculateState() throws Exception {
9292
throw Unhandled.classException(o);
9393
}
9494
}
95-
return FileSignature.from(files);
95+
return FileSignature.signAsList(files);
9696
}
9797

9898
/** Returns the files which were resolved. */

0 commit comments

Comments
 (0)