You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plexus-compilers/plexus-compiler-eclipse/src/main/java/org/codehaus/plexus/compiler/eclipse/EclipseJavaCompiler.java
+5
Original file line number
Diff line number
Diff line change
@@ -684,6 +684,11 @@ public String[] createCommandLine( CompilerConfiguration config )
684
684
returnnull;
685
685
}
686
686
687
+
@Override
688
+
publicbooleansupportsIncrementalCompilation()
689
+
{
690
+
returntrue;
691
+
}
687
692
688
693
/**
689
694
* Change any Maven Java version number to ECJ's version number. Do not check the validity
0 commit comments