Skip to content

Commit 72f20f7

Browse files
committed
Remove backwards incompatible 2.13 call
1 parent d83cfee commit 72f20f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/java/io/bazel/rulesscala/scalac/ScalacWorker.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ private static void compileScalaSources(CompileOptions ops, String[] scalaSource
250250
}
251251

252252
if (reporter.hasErrors()) {
253-
reporter.finish();
254253
reporter.flush();
255254
throw new RuntimeException("Build failed");
256255
}

0 commit comments

Comments
 (0)