Skip to content

Commit

Permalink
Merge pull request #405 from apache/refactoring/404-Remove-toolchains
Browse files Browse the repository at this point in the history
Issue #404: Remove toolchains
  • Loading branch information
reckart authored Nov 14, 2024
2 parents 7d6d25e + 0975d3a commit f36e955
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions uimaj-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -598,24 +598,6 @@
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-toolchains-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>toolchain</goal>
</goals>
</execution>
</executions>
<configuration>
<toolchains>
<jdk>
<version>${maven.compiler.target}</version>
</jdk>
</toolchains>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>groovy-maven-plugin</artifactId>
Expand Down

0 comments on commit f36e955

Please sign in to comment.