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 3480c5e commit d1d8832Copy full SHA for d1d8832
src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLaunchSource.java
@@ -93,7 +93,7 @@ protected FileSignature calculateState() throws Exception {
93
throw Unhandled.classException(o);
94
}
95
96
- return FileSignature.signAsList(files);
+ return FileSignature.from(files);
97
98
99
/** Returns the files which were resolved. */
0 commit comments