Skip to content

Commit cd21c92

Browse files
committed
Update JavalinProcessorTest.java
1 parent 7329ca4 commit cd21c92

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
@@ -51,7 +51,7 @@ public void runAnnoationProcessor() throws Exception {
5151
new PrintWriter(System.out),
5252
null,
5353
null,
54-
List.of("--enable-preview", "--release=11"),
54+
List.of("--release=11"),
5555
null,
5656
files);
5757
task.setProcessors(List.of(new JavalinProcessor()));

0 commit comments

Comments
 (0)