Skip to content

Commit 7c0f033

Browse files
committed
AVRo-4191 - remove JDK 11 from test execution
as 17.x is the minimal version Signed-off-by: Aurélien Pupier <apupier@ibm.com>
1 parent b62da48 commit 7c0f033

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

lang/java/avro/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -153,22 +153,6 @@
153153
</goals>
154154
</execution>
155155

156-
<execution>
157-
<id>Run all tests under Java 11</id>
158-
<goals>
159-
<goal>run</goal>
160-
</goals>
161-
<configuration>
162-
<filterProperties>
163-
<integrationTestingJDK>[11,12)</integrationTestingJDK>
164-
</filterProperties>
165-
<properties>
166-
<maven.compiler.release>11</maven.compiler.release>
167-
</properties>
168-
<cloneProjectsTo>${project.build.directory}/it-jdk-11</cloneProjectsTo>
169-
</configuration>
170-
</execution>
171-
172156
<execution>
173157
<id>Run all tests under Java 17</id>
174158
<goals>

0 commit comments

Comments
 (0)