From 5a9fe6f20e942e4845f8ebf0d0a95750d9331895 Mon Sep 17 00:00:00 2001 From: Thomas Nield Date: Sat, 24 Nov 2018 08:55:57 -0600 Subject: [PATCH] rid dynamic dependencies --- build.gradle | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4aaa7d0..7dd0892 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ dependencies { compile "org.openjfx:javafx-base:11:${platform}" compile "org.openjfx:javafx-graphics:11:${platform}" compile "org.openjfx:javafx-controls:11:${platform}" - testCompile 'junit:junit-dep:4.12' + testCompile 'junit:junit-dep:4.11' testCompile 'org.mockito:mockito-core:1.8.5' } diff --git a/gradle.properties b/gradle.properties index 0870225..7229a38 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=io.reactivex.rxjava2 -VERSION_NAME=2.11.0-RC31 +VERSION_NAME=2.11.0-RC32 POM_NAME=RxJavaFX POM_PACKAGING=jar POM_DESCRIPTION=RxJavaFX