Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporary exclude reactor-netty-incubator-quic as there is no version for Netty 5 #2216

Merged
merged 1 commit into from
May 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ ext {
println "Netty version defined from command line: ${forceNettyVersion}"
}
nettyIoUringVersion = '0.0.14.Final'
nettyQuicVersion = '0.0.27.Final'
//nettyQuicVersion = '0.0.27.Final'

// Testing
jacksonDatabindVersion = '2.13.3'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
reactorPoolVersion=1.0.0-SNAPSHOT
version=2.0.0-SNAPSHOT
reactorNettyQuicVersion=0.2.0-SNAPSHOT
#reactorNettyQuicVersion=0.2.0-SNAPSHOT
reactorCoreVersion=3.5.0-SNAPSHOT
reactorAddonsVersion=3.5.0-SNAPSHOT
compatibleVersion=1.0.18
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2021 VMware, Inc. or its affiliates, All Rights Reserved.
* Copyright (c) 2011-2022 VMware, Inc. or its affiliates, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,6 +17,6 @@ rootProject.name = 'reactor-netty'
include 'reactor-netty-core'
include 'reactor-netty-http'
include 'reactor-netty-http-brave'
include 'reactor-netty-incubator-quic'
//include 'reactor-netty-incubator-quic'
include 'reactor-netty-examples'
include 'reactor-netty'