Skip to content

Commit 4b7978e

Browse files
committed
rid dynamic dependencies
1 parent adad4db commit 4b7978e

File tree

2 files changed

+3
-32
lines changed

2 files changed

+3
-32
lines changed

build.gradle

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ repositories {
4545
}
4646

4747
dependencies {
48-
compile 'io.reactivex.rxjava2:rxjava:2.2.2'
48+
compile 'io.reactivex.rxjava2:rxjava:2.2.4'
4949
compile "org.openjfx:javafx-base:11:${platform}"
5050
compile "org.openjfx:javafx-graphics:11:${platform}"
5151
compile "org.openjfx:javafx-controls:11:${platform}"
52-
testCompile 'junit:junit-dep:4.+'
52+
testCompile 'junit:junit-dep:4.12'
5353
testCompile 'org.mockito:mockito-core:1.8.5'
5454
}
5555

@@ -124,35 +124,6 @@ bintray {
124124
configurations = ['archives']
125125

126126
publish = true
127-
128-
pom {
129-
name = POM_NAME
130-
description = POM_DESCRIPTION
131-
licenses {
132-
license {
133-
name = POM_LICENCE_NAME
134-
url = POM_SCM_URL
135-
distribution = POM_LICENCE_DIST
136-
}
137-
}
138-
developers {
139-
developer {
140-
id = "thomasnield"
141-
name = "Thomas Nield"
142-
143-
}
144-
}
145-
scm {
146-
connection = POM_SCM_CONNECTION
147-
developerConnection = POM_SCM_DEV_CONNECTION
148-
url = "scm:git:[email protected]:ReactiveX/RxJavaFX.git"
149-
}
150-
issueManagement {
151-
system = "github"
152-
url = "https://github.com/ReactiveX/RxJavaFX/issues"
153-
}
154-
}
155-
156127
pkg {
157128
repo = 'RxJava'
158129
name = 'RxJavaFX'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=io.reactivex.rxjava2
2-
VERSION_NAME=2.11.0-RC30
2+
VERSION_NAME=2.11.0-RC31
33
POM_NAME=RxJavaFX
44
POM_PACKAGING=jar
55
POM_DESCRIPTION=RxJavaFX

0 commit comments

Comments
 (0)