Skip to content

Commit 0f42f38

Browse files
committed
Drop Animal Sniffer setup (and upgrade to RxJava 1.3.2)
1 parent 346d2ed commit 0f42f38

File tree

2 files changed

+1
-69
lines changed

2 files changed

+1
-69
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ configure(allprojects) { project ->
6060
ext.nettyVersion = "4.1.15.Final"
6161
ext.okhttp3Version = "3.9.0"
6262
ext.reactorVersion = "Bismuth-M4"
63-
ext.rxjavaVersion = '1.3.1'
63+
ext.rxjavaVersion = '1.3.2'
6464
ext.rxjavaAdapterVersion = '1.2.1'
6565
ext.rxjava2Version = '2.1.3'
6666
ext.slf4jVersion = "1.7.25"
@@ -74,7 +74,6 @@ configure(allprojects) { project ->
7474
apply plugin: "java"
7575
apply plugin: "test-source-set-dependencies"
7676
apply from: "${gradleScriptDir}/ide.gradle"
77-
apply from: "${gradleScriptDir}/sniffer.gradle"
7877

7978
apply plugin: "kotlin"
8079
compileKotlin {

gradle/sniffer.gradle

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)