LV 2.0: fix JvmIdeServicesTest.testDependency by allowing unstable deps

This commit is contained in:
Mikhail Glukhikh
2023-09-07 14:39:15 +02:00
committed by Space Team
parent 796b9287e2
commit 45a12e0cfd
@@ -283,6 +283,7 @@ class JvmIdeServicesTest : TestCase() {
jvm {
updateClasspath(scriptCompilationClasspathFromContext("test", classLoader = DependsOn::class.java.classLoader))
}
compilerOptions("-Xallow-unstable-dependencies")
defaultImports(DependsOn::class)
refineConfiguration {
onAnnotations(DependsOn::class, handler = { configureMavenDepsOnAnnotations(it, resolver) })