Bring back kotlin-script-runtime dependency
See gh-24171
This commit is contained in:
@@ -60,6 +60,7 @@ dependencies {
|
||||
testCompile("javax.validation:validation-api")
|
||||
testCompile("io.projectreactor:reactor-core")
|
||||
testCompile("io.reactivex.rxjava3:rxjava")
|
||||
testCompile("org.jetbrains.kotlin:kotlin-script-runtime")
|
||||
testRuntime("org.jetbrains.kotlin:kotlin-scripting-jsr223")
|
||||
testRuntime("org.jetbrains.kotlinx:kotlinx-coroutines-core") // Temporary dependency to fix a NoClassDefFoundError error, should not be necessary
|
||||
testRuntime("org.jruby:jruby")
|
||||
|
||||
Reference in New Issue
Block a user