Issue #6728 - QUIC and HTTP/3

- Removed Java 17 options, not necessary anymore because we don't javadoc the quic-quiche module.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2021-11-30 00:46:54 +01:00
parent 7e00e6a4bc
commit ccfcaa7756
1 changed files with 0 additions and 8 deletions

View File

@ -45,10 +45,6 @@
</goals>
<configuration>
<rules>
<requireJavaVersion>
<version>[17,)</version>
<message>[ERROR] Old Java [${java.version}] in use. Jetty javadocs ${project.version} MUST use Java 17 or newer</message>
</requireJavaVersion>
<requireUpperBoundDeps>
<excludes>
<exclude>com.google.code.findbugs:jsr305</exclude>
@ -143,10 +139,6 @@
<configuration>
<doctitle>Eclipse Jetty API Doc - v${project.version}</doctitle>
<windowtitle>Eclipse Jetty API Doc - v${project.version}</windowtitle>
<additionalJOptions>
<option>--add-modules</option>
<option>jdk.incubator.foreign</option>
</additionalJOptions>
<excludePackageNames>
org.eclipse.jetty.http3.client.http.internal;
org.eclipse.jetty.http3.client.internal;