File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 170
170
<!-- Compiler configuration. -->
171
171
<scijava .jvm.version>8</scijava .jvm.version>
172
172
<scijava .jvm.test.version>${scijava.jvm.version} </scijava .jvm.test.version>
173
- <!-- NB: 1.8.0_101 is needed for SciJava Maven repository HTTPS support. -->
174
- <scijava .jvm.build.version>[1.8.0-101,)</scijava .jvm.build.version>
173
+ <!--
174
+ Note:
175
+ * 1.8.0_101 is needed for SciJava Maven repository HTTPS support.
176
+ * 1.8.0_411 is needed for javac's -proc:full flag to exist;
177
+ see https://inside.java/2024/06/18/quality-heads-up/
178
+ -->
179
+ <scijava .jvm.build.version>[1.8.0-411,)</scijava .jvm.build.version>
175
180
<maven .compiler.source>${scijava.jvm.version} </maven .compiler.source>
176
181
<maven .compiler.target>${scijava.jvm.version} </maven .compiler.target>
177
182
<maven .compiler.testSource>${scijava.jvm.test.version} </maven .compiler.testSource>
182
187
-->
183
188
<maven .compiler.useIncrementalCompilation>false</maven .compiler.useIncrementalCompilation>
184
189
190
+ <!-- Enable annotation processing even with Java 23+. -->
191
+ <maven .compiler.proc>full</maven .compiler.proc>
192
+
185
193
<!-- Extra maven-surefire-plugin args. -->
186
194
<scijava .surefire.args />
187
195
You can’t perform that action at this time.
0 commit comments