LV 2.0: fix JvmIdeServicesTest.testDependency by allowing unstable deps
This commit is contained in:
committed by
Space Team
parent
796b9287e2
commit
45a12e0cfd
+1
@@ -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) })
|
||||
|
||||
Reference in New Issue
Block a user