* Tests for BAEL-868 (RxKotlin)

* BAEL-868 fix warnings

* Fix the build (?)

* Fix the build

* #BAEL-868 move RxKotlin test from kotlin-libraries project to kotlin-libraries-2
This commit is contained in:
Alessio Stalla
2019-05-14 22:41:48 +02:00
committed by maibin
parent 0d24260e9b
commit ef8b8232a7
3 changed files with 163 additions and 5 deletions

View File

@@ -54,9 +54,8 @@ dependencies {
testCompile group: 'org.jetbrains.spek', name: 'spek-subject-extension', version: '1.1.5'
testCompile group: 'org.jetbrains.spek', name: 'spek-junit-platform-engine', version: '1.1.5'
implementation 'com.beust:klaxon:3.0.1'
implementation 'io.reactivex.rxjava2:rxkotlin:2.3.0'
}
task runServer(type: JavaExec) {
main = 'APIServer'
classpath = sourceSets.main.runtimeClasspath