[coroutine][debugger] broken testCompileOnly fix missing dependency aether-dependency-resolver in 192,193 versions

This commit is contained in:
Vladimir Ilmov
2019-11-21 18:18:21 +01:00
parent 3fa431e114
commit 7bdda22cfa
2 changed files with 2 additions and 2 deletions
@@ -23,7 +23,7 @@ dependencies {
}
Platform[192].orHigher {
testCompileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl") }
testCompileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl", "aether-dependency-resolver") }
testRuntime(intellijPluginDep("java"))
}