We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fabb9d5 commit 08ad348Copy full SHA for 08ad348
src/main/java/io/dinject/javalin/generator/Processor.java
@@ -18,7 +18,7 @@ public class Processor extends AbstractProcessor {
18
19
@Override
20
public SourceVersion getSupportedSourceVersion() {
21
- return SourceVersion.RELEASE_8;
+ return SourceVersion.latest();
22
}
23
24
0 commit comments