Skip to content

Commit

Permalink
Fix incremental compilation on Java 11+, close #600
Browse files Browse the repository at this point in the history
Remove the FileConverter, it seems to break things.
  • Loading branch information
slandelle committed Jun 2, 2022
1 parent dab6279 commit 3d84017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/sbt_inc/SbtIncrementalCompiler.java
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public void compile(
pos -> pos, // sourcePositionMappers
compileOrder, // order
Optional.empty(), // temporaryClassesDirectory
Optional.of(PlainVirtualFileConverter.converter()), // _converter
Optional.empty(), // _converter
Optional.empty(), // _stamper
Optional.empty() // _earlyOutput
);
Expand Down

0 comments on commit 3d84017

Please sign in to comment.