Skip to content

Commit

Permalink
Merge pull request #206 from apache/refactoring/UIMA-6463-Use-toolcha…
Browse files Browse the repository at this point in the history
…ins-to-ensure-compatibility-with-Java-1_8

[UIMA-6463] Use toolchains to ensure compatibility with Java 1.8
  • Loading branch information
reckart authored May 23, 2022
2 parents 11dcc08 + 782a40c commit e70b510
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions uimaj-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,24 @@
</pluginManagement>

<plugins>
<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>
<!-- See: https://issues.apache.org/jira/browse/UIMA-6349 -->
<groupId>com.github.siom79.japicmp</groupId>
Expand Down

0 comments on commit e70b510

Please sign in to comment.