Skip to content

Commit 742ba50

Browse files
authored
fix(dependency): remove Imcompatible plugin with jdk15
1 parent b29209e commit 742ba50

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -178,21 +178,6 @@
178178
<showWarnings>true</showWarnings>
179179
</configuration>
180180
</plugin>
181-
<plugin>
182-
<artifactId>maven-javadoc-plugin</artifactId>
183-
<version>2.10.4</version>
184-
<configuration>
185-
<charset>UTF-8</charset>
186-
</configuration>
187-
<executions>
188-
<execution>
189-
<id>attach-javadocs</id>
190-
<goals>
191-
<goal>jar</goal>
192-
</goals>
193-
</execution>
194-
</executions>
195-
</plugin>
196181
<plugin>
197182
<artifactId>maven-source-plugin</artifactId>
198183
<version>3.0.1</version>

0 commit comments

Comments
 (0)