Skip to content

Commit a0b550a

Browse files
committed
Upgrade gradle-reactivesocket-plugin to 1.0.3
1 parent 53cd221 commit a0b550a

5 files changed

Lines changed: 8 additions & 12 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
jcenter()
44
}
55

6-
dependencies { classpath 'io.reactivesocket:gradle-nebula-plugin-reactivesocket:1.0.1' }
6+
dependencies { classpath 'io.reactivesocket:gradle-nebula-plugin-reactivesocket:1.0.3' }
77
}
88

99
description = 'ReactiveSocket: stream oriented messaging passing with Reactive Stream semantics.'
@@ -19,7 +19,7 @@ repositories {
1919
dependencies {
2020
compile 'org.reactivestreams:reactive-streams:1.0.0.final'
2121
compile 'uk.co.real-logic:Agrona:0.4.2'
22-
22+
2323
testCompile 'io.reactivex:rxjava:2.0.0-DP0-SNAPSHOT'
2424
testCompile 'junit:junit-dep:4.10'
2525
testCompile 'org.mockito:mockito-core:1.8.5'

gradle/wrapper/gradle-wrapper.jar

2.56 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Jul 23 15:18:42 PDT 2015
1+
#Mon Mar 07 16:10:12 PST 2016
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.11-all.zip

gradlew

Lines changed: 3 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)