File tree Expand file tree Collapse file tree 1 file changed +5
-22
lines changed
Expand file tree Collapse file tree 1 file changed +5
-22
lines changed Original file line number Diff line number Diff line change 3333 <description >Java implementation of a concurrent trie hash map from Scala collections library</description >
3434 <url >https://github.com/PantheonTechnologies/triemap</url >
3535
36+ <properties >
37+ <!-- https://issues.apache.org/jira/browse/MJAVADOC-591 -->
38+ <source >8</source >
39+ </properties >
40+
3641 <dependencies >
3742 <dependency >
3843 <groupId >org.mockito</groupId >
121126 </plugins >
122127 </build >
123128 </profile >
124- <profile >
125- <!-- On JDK9-and-later specify html5 javadoc -->
126- <id >jdk9-javadoc</id >
127- <activation >
128- <jdk >[9,)</jdk >
129- </activation >
130- <build >
131- <plugins >
132- <plugin >
133- <artifactId >maven-javadoc-plugin</artifactId >
134- <configuration combine.children=" append" >
135- <additionalOptions >
136- <additionalOption >-html5</additionalOption >
137- </additionalOptions >
138-
139- <!-- https://bugs.openjdk.java.net/browse/JDK-8212233 -->
140- <source >8</source >
141- </configuration >
142- </plugin >
143- </plugins >
144- </build >
145- </profile >
146129 </profiles >
147130
148131 <licenses >
You can’t perform that action at this time.
0 commit comments