We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62da48 commit 7c0f033Copy full SHA for 7c0f033
lang/java/avro/pom.xml
@@ -153,22 +153,6 @@
153
</goals>
154
</execution>
155
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
-
172
<execution>
173
<id>Run all tests under Java 17</id>
174
<goals>
0 commit comments