Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ configure(subprojects.findAll { it.name in [
configurations.all {
// it has been replaced by spring-jcl
exclude group: "commons-logging", module: "commons-logging"
// exclude netty platform specific native libraries from distribution
exclude group: "io.netty", module: "netty-codec-native-quic"
}

}
Expand Down
Loading