Skip to content

Commit

Permalink
add netty epoll ARM 64 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Mar 17, 2024
1 parent 98d4cc3 commit 7ffe4da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reactor-netty-http/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ dependencies {
else {
//classic build to be distributed
api "io.netty:netty-transport-native-epoll:$nettyVersion:linux-x86_64"
api "io.netty:netty-transport-native-epoll:$nettyVersion:linux-aarch_64"
compileOnly "io.netty:netty-transport-native-kqueue:$nettyVersion"
compileOnly "io.netty.incubator:netty-incubator-transport-native-io_uring:$nettyIoUringVersion"
}
Expand Down Expand Up @@ -269,4 +270,4 @@ task contextPropagationTest(type: Test) {

tasks.check.dependsOn(contextPropagationTest)

description = "HTTP functionality for the Reactor Netty library"
description = "HTTP functionality for the Reactor Netty library"

0 comments on commit 7ffe4da

Please sign in to comment.