File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838
3939 <require .maven.version>3.9</require .maven.version>
4040
41- <maven .compiler.source>${java.version} </maven .compiler.source>
42- <maven .compiler.target>${java.version} </maven .compiler.target>
41+ <maven .compiler.release>${java.version} </maven .compiler.release>
4342 <resource .delimiter>@</resource .delimiter>
4443 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4544 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
152151 <docencoding >${project.reporting.outputEncoding} </docencoding >
153152 <charset >${project.reporting.outputEncoding} </charset >
154153 <quiet >true</quiet >
154+ <!-- keep structural doclint checks, but do not warn about missing comments -->
155+ <doclint >all,-missing</doclint >
155156 </configuration >
156157 <executions >
157158 <execution >
189190 <artifactId >maven-compiler-plugin</artifactId >
190191 <configuration >
191192 <parameters >true</parameters >
192- <source >${maven.compiler.source} </source >
193- <target >${maven.compiler.target} </target >
193+ <release >${maven.compiler.release} </release >
194194 <annotationProcessorPaths >
195195 <path >
196196 <groupId >org.projectlombok</groupId >
You can’t perform that action at this time.
0 commit comments