We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de549d commit 79dfda7Copy full SHA for 79dfda7
spring-webmvc/spring-webmvc.gradle
@@ -62,7 +62,7 @@ dependencies {
62
testCompile("io.reactivex.rxjava3:rxjava")
63
testCompile("org.jetbrains.kotlin:kotlin-script-runtime")
64
testRuntime("org.jetbrains.kotlin:kotlin-scripting-jsr223")
65
- testRuntime("org.jetbrains.kotlinx:kotlinx-coroutines-core") // Temporary dependency to fix a NoClassDefFoundError error, should not be necessary
+ testRuntime("org.jetbrains.kotlinx:kotlinx-coroutines-core") // https://github.com/gradle/gradle/issues/14017
66
testRuntime("org.jruby:jruby")
67
testRuntime("org.python:jython-standalone")
68
testRuntime("org.webjars:underscorejs")
0 commit comments