Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit f4b559b

Browse files
committed
Bump Gradle to 5.1
1 parent 8cb4235 commit f4b559b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

src/test/java/reactor/rabbitmq/RabbitFluxTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ public void senderWithCustomChannelCloseHandlerPriority(int nbMessages,
577577
sender = createSender(senderOptions);
578578
SendOptions sendOptions = new SendOptions().channelCloseHandler(channelCloseHandlerInSendOptions);
579579

580-
Publisher sendingResult = sendingCallback.apply(Tuples.of(sender, msgFlux, sendOptions));
580+
Publisher<?> sendingResult = sendingCallback.apply(Tuples.of(sender, msgFlux, sendOptions));
581581

582582
StepVerifier.create(sendingResult)
583583
.expectNextCount(expectedCount)

0 commit comments

Comments
 (0)