Skip to content

Commit 79dfda7

Browse files
committed
Add a comment about gradle/gradle#14017
See gh-24171
1 parent 5de549d commit 79dfda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-webmvc/spring-webmvc.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
testCompile("io.reactivex.rxjava3:rxjava")
6363
testCompile("org.jetbrains.kotlin:kotlin-script-runtime")
6464
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
65+
testRuntime("org.jetbrains.kotlinx:kotlinx-coroutines-core") // https://github.com/gradle/gradle/issues/14017
6666
testRuntime("org.jruby:jruby")
6767
testRuntime("org.python:jython-standalone")
6868
testRuntime("org.webjars:underscorejs")

0 commit comments

Comments
 (0)