Skip to content

Commit

Permalink
[ELY-2514] Also remove the Java 8 test profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
darranl committed Jan 24, 2025
1 parent 5b8cfe3 commit 2014b9a
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions tests/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -878,41 +878,6 @@
</plugins>
</build>
</profile>
<profile>
<id>java8-test-profile</id>
<activation>
<property>
<name>java8.home</name>
</property>
</activation>
<properties>
<modular.jdk.args/>
<modular.jdk.props/>
</properties>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<executions>
<execution>
<id>java8-test</id>
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>
<configuration>
<reportsDirectory>${project.build.directory}/surefire-reports/java8</reportsDirectory>
<jvm>${java8.home}/bin/java</jvm>
<additionalClasspathElements>
<additionalClasspathElement>${java8.home}/lib/tools.jar</additionalClasspathElement>
</additionalClasspathElements>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>java9-test-profile</id>
<activation>
Expand Down

0 comments on commit 2014b9a

Please sign in to comment.