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 51
51
<properties >
52
52
<maven .compiler.source>21</maven .compiler.source>
53
53
<maven .compiler.target>21</maven .compiler.target>
54
+ <project .build.sourceEncoding>UTF8</project .build.sourceEncoding>
54
55
</properties >
55
56
56
57
<!-- Testing Dependencies -->
98
99
<version >3.14.0</version >
99
100
<configuration >
100
101
<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
+ -->
101
106
<compilerArgs >
102
107
<arg >--add-exports</arg >
103
108
<arg >java.base/sun.security.x509=ALL-UNNAMED</arg >
140
145
<groupId >org.apache.maven.plugins</groupId >
141
146
<artifactId >maven-javadoc-plugin</artifactId >
142
147
<version >3.11.2</version >
148
+ <configuration >
149
+ <doclint >none</doclint >
150
+ </configuration >
143
151
<executions >
144
152
<execution >
145
153
<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments