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 f32ec63 commit 0806718Copy full SHA for 0806718
tests/test-sigma/src/test/java/io/avaje/http/generator/SigmaProcessorTest.java
@@ -50,7 +50,9 @@ public void runAnnotationProcessor() throws Exception {
50
new PrintWriter(System.out),
51
null,
52
53
- List.of("--release=11", "-AdisableDirectWrites=true"),
+ List.of(
54
+ "--release=" + Integer.getInteger("java.specification.version"),
55
+ "-AdisableDirectWrites=true"),
56
57
files);
58
task.setProcessors(List.of(new SigmaProcessor()));
@@ -75,7 +77,7 @@ void runAnnotationProcessorJakarta() throws Exception {
75
77
76
78
79
List.of(
- "--release=11",
80
81
"-AuseJavax=false",
82
"-AuseSingleton=true",
83
"-AdisableDirectWrites=true"),
0 commit comments