File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/scala_maven Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ private int incrementalCompile(
358
358
}
359
359
360
360
classpathElements .remove (outputDir );
361
- List <String > scalacOptions = getScalaOptions ();
361
+ List <String > scalacOptions = getScalacOptions ();
362
362
List <String > javacOptions = getJavacOptions ();
363
363
364
364
try {
Original file line number Diff line number Diff line change @@ -584,7 +584,7 @@ private String getToolClasspath() throws Exception {
584
584
return FileUtils .toMultiPath (classpath );
585
585
}
586
586
587
- protected List <String > getScalaOptions () throws Exception {
587
+ protected List <String > getScalacOptions () throws Exception {
588
588
List <String > options = new ArrayList <>();
589
589
if (args != null ) Collections .addAll (options , args );
590
590
if (StringUtils .isNotEmpty (addScalacArgs )) {
You can’t perform that action at this time.
0 commit comments