We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e146ac0 commit 33a76e6Copy full SHA for 33a76e6
src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLaunchSource.java
@@ -92,7 +92,7 @@ protected FileSignature calculateState() throws Exception {
92
throw Unhandled.classException(o);
93
}
94
95
- return FileSignature.from(files);
+ return FileSignature.signAsList(files);
96
97
98
/** Returns the files which were resolved. */
0 commit comments