From 79dfda73693b094ce38c7d674a2468c605d919fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Mon, 10 Aug 2020 08:17:53 +0200 Subject: [PATCH] Add a comment about gradle/gradle#14017 See gh-24171 --- spring-webmvc/spring-webmvc.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webmvc/spring-webmvc.gradle b/spring-webmvc/spring-webmvc.gradle index f089dab8ab6..be74d8baf27 100644 --- a/spring-webmvc/spring-webmvc.gradle +++ b/spring-webmvc/spring-webmvc.gradle @@ -62,7 +62,7 @@ dependencies { 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.jetbrains.kotlinx:kotlinx-coroutines-core") // https://github.com/gradle/gradle/issues/14017 testRuntime("org.jruby:jruby") testRuntime("org.python:jython-standalone") testRuntime("org.webjars:underscorejs")