Skip to content

Commit

Permalink
Add dependency to Netty HTTP3 Codec for aggregated javadoc (#3197)
Browse files Browse the repository at this point in the history
Related to #1531
  • Loading branch information
violetagg committed Apr 24, 2024
1 parent 4d0f7ba commit 76c2422
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Expand Up @@ -155,7 +155,8 @@ ext {
"https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/",
"https://projectreactor.io/docs/core/release/api/",
"https://netty.io/4.1/api/",
"https://projectreactor.io/docs/netty/release/api/",] as String[]
"https://projectreactor.io/docs/netty/release/api/",
"https://javadoc.io/doc/io.netty.incubator/netty-incubator-codec-classes-quic/latest/"] as String[]
}

nohttp {
Expand Down
1 change: 1 addition & 0 deletions reactor-netty/build.gradle
Expand Up @@ -30,6 +30,7 @@ dependencies {
compileOnly "io.netty:netty-codec-haproxy:$nettyVersion"
compileOnly "io.netty:netty-transport-native-kqueue:$nettyVersion"
compileOnly "io.netty.incubator:netty-incubator-transport-native-io_uring:$nettyIoUringVersion"
compileOnly "io.netty.incubator:netty-incubator-codec-http3:$nettyHttp3Version"
compileOnly "io.projectreactor.addons:reactor-pool:$reactorPoolVersion"
}

Expand Down

0 comments on commit 76c2422

Please sign in to comment.