Skip to content

Commit 9e2ae95

Browse files
remove toolchain
1 parent 752195c commit 9e2ae95

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

pom.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -81,25 +81,6 @@
8181
<encoding>${project.build.sourceEncoding}</encoding>
8282
</configuration>
8383
</plugin>
84-
<plugin>
85-
<groupId>org.apache.maven.plugins</groupId>
86-
<artifactId>maven-toolchains-plugin</artifactId>
87-
<version>1.1</version>
88-
<executions>
89-
<execution>
90-
<goals>
91-
<goal>toolchain</goal>
92-
</goals>
93-
</execution>
94-
</executions>
95-
<configuration>
96-
<toolchains>
97-
<jdk>
98-
<version>1.8</version>
99-
</jdk>
100-
</toolchains>
101-
</configuration>
102-
</plugin>
10384
<plugin>
10485
<groupId>org.apache.maven.plugins</groupId>
10586
<artifactId>maven-javadoc-plugin</artifactId>

0 commit comments

Comments
 (0)