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 655bc7b commit 187b7feCopy full SHA for 187b7fe
lib-extra/src/groovy/java/com/diffplug/spotless/extra/glue/groovy/GrEclipseFormatterStepImpl.java
@@ -52,7 +52,7 @@
52
public class GrEclipseFormatterStepImpl {
53
static {
54
NestedJars.setToWarnOnly();
55
- NestedJars.onClassPath().confirmAllNestedJarsArePresentOnClasspath(CacheLocations.nestedJars());
+ NestedJars.onClassPath().confirmAllNestedJarsArePresentOnClasspath(CacheLocations.p2nestedJars());
56
try {
57
var solstice = Solstice.findBundlesOnClasspath();
58
solstice.warnAndModifyManifestsToFix();
0 commit comments