File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 5151 <properties >
5252 <maven .compiler.source>21</maven .compiler.source>
5353 <maven .compiler.target>21</maven .compiler.target>
54+ <project .build.sourceEncoding>UTF8</project .build.sourceEncoding>
5455 </properties >
5556
5657 <!-- Testing Dependencies -->
9899 <version >3.14.0</version >
99100 <configuration >
100101 <useModulePath >false</useModulePath >
102+ <!--
103+ Ideally these would be in testCompilerArgument since this only applies to 'testCompile' goal.
104+ I have not been able to get it to work. I hate poms.
105+ -->
101106 <compilerArgs >
102107 <arg >--add-exports</arg >
103108 <arg >java.base/sun.security.x509=ALL-UNNAMED</arg >
140145 <groupId >org.apache.maven.plugins</groupId >
141146 <artifactId >maven-javadoc-plugin</artifactId >
142147 <version >3.11.2</version >
148+ <configuration >
149+ <doclint >none</doclint >
150+ </configuration >
143151 <executions >
144152 <execution >
145153 <id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments