We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346d2ed commit 0f42f38Copy full SHA for 0f42f38
build.gradle
@@ -60,7 +60,7 @@ configure(allprojects) { project ->
60
ext.nettyVersion = "4.1.15.Final"
61
ext.okhttp3Version = "3.9.0"
62
ext.reactorVersion = "Bismuth-M4"
63
- ext.rxjavaVersion = '1.3.1'
+ ext.rxjavaVersion = '1.3.2'
64
ext.rxjavaAdapterVersion = '1.2.1'
65
ext.rxjava2Version = '2.1.3'
66
ext.slf4jVersion = "1.7.25"
@@ -74,7 +74,6 @@ configure(allprojects) { project ->
74
apply plugin: "java"
75
apply plugin: "test-source-set-dependencies"
76
apply from: "${gradleScriptDir}/ide.gradle"
77
- apply from: "${gradleScriptDir}/sniffer.gradle"
78
79
apply plugin: "kotlin"
80
compileKotlin {
gradle/sniffer.gradle
0 commit comments