Skip to content

Commit 08ad348

Browse files
committed
Change getSupportedSourceVersion to use latest
1 parent fabb9d5 commit 08ad348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/dinject/javalin/generator/Processor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class Processor extends AbstractProcessor {
1818

1919
@Override
2020
public SourceVersion getSupportedSourceVersion() {
21-
return SourceVersion.RELEASE_8;
21+
return SourceVersion.latest();
2222
}
2323

2424
@Override

0 commit comments

Comments
 (0)