File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 196196 'verbose' => 'false' ,
197197 'showWarnings' => 'true' ,
198198 'showDeprecation' => 'true' ,
199- 'source' => [ '${base.java.version}' , '17 ' ] ,
200- 'target' => [ '${base.javac.version}' , '17 ' ] ,
199+ 'source' => [ '${base.java.version}' , '21 ' ] ,
200+ 'target' => [ '${base.javac.version}' , '21 ' ] ,
201201 'useIncrementalCompilation' => 'false' ) do
202202 execute_goals ( 'compile' ,
203203 :id => 'anno' ,
Original file line number Diff line number Diff line change @@ -518,9 +518,9 @@ DO NOT MODIFY - GENERATED CODE
518518 <showWarnings >true</showWarnings >
519519 <showDeprecation >true</showDeprecation >
520520 <source >${base.java.version} </source >
521- <source >17 </source >
521+ <source >21 </source >
522522 <target >${base.javac.version} </target >
523- <target >17 </target >
523+ <target >21 </target >
524524 <useIncrementalCompilation >false</useIncrementalCompilation >
525525 </configuration >
526526 </plugin >
You can’t perform that action at this time.
0 commit comments