Skip to content

Commit 85d6f75

Browse files
committed
Update JavalinProcessorTest.java
1 parent cd21c92 commit 85d6f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-javalin-jsonb/src/test/java/io/avaje/http/generator/JavalinProcessorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public void runAnnoationProcessorJsonB() throws Exception {
7272
new PrintWriter(System.out),
7373
null,
7474
null,
75-
List.of("--enable-preview", "--release=19"),
75+
List.of("--release=11"),
7676
null,
7777
files);
7878
task.setProcessors(List.of(new JavalinProcessor(false), new Processor()));

0 commit comments

Comments
 (0)