File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 </organization >
1414
1515 <properties >
16- <maven .compiler .source>21</maven .compiler .source>
17- <maven .compiler .target>21</maven .compiler .target>
16+ <project .build .source>21</project .build .source>
17+ <project .build .target>21</project .build .target>
1818 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
19+
1920 <micronaut .version>4.10.14</micronaut .version>
2021 <micronaut .test.version>4.10.2</micronaut .test.version>
2122 <micronaut .validation.version>4.12.0</micronaut .validation.version>
341342 <artifactId >maven-compiler-plugin</artifactId >
342343 <version >3.14.1</version >
343344 <configuration >
344- <release >21</release >
345+ <source >${project.build.source} </source >
346+ <target >${project.build.target} </target >
347+ <encoding >${project.build.sourceEncoding} </encoding >
345348 <annotationProcessorPaths >
346349 <path >
347350 <groupId >io.micronaut</groupId >
You can’t perform that action at this time.
0 commit comments