Skip to content

Commit

Permalink
Temporary exclude reactor-netty-incubator-quic as there is no version…
Browse files Browse the repository at this point in the history
… for Netty 5

The new integration will be handled with #2215
  • Loading branch information
violetagg committed May 18, 2022
1 parent 08741f8 commit bc45269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle
@@ -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'

0 comments on commit bc45269

Please sign in to comment.