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 {
|
jvm {
|
||||||
updateClasspath(scriptCompilationClasspathFromContext("test", classLoader = DependsOn::class.java.classLoader))
|
updateClasspath(scriptCompilationClasspathFromContext("test", classLoader = DependsOn::class.java.classLoader))
|
||||||
}
|
}
|
||||||
|
compilerOptions("-Xallow-unstable-dependencies")
|
||||||
defaultImports(DependsOn::class)
|
defaultImports(DependsOn::class)
|
||||||
refineConfiguration {
|
refineConfiguration {
|
||||||
onAnnotations(DependsOn::class, handler = { configureMavenDepsOnAnnotations(it, resolver) })
|
onAnnotations(DependsOn::class, handler = { configureMavenDepsOnAnnotations(it, resolver) })
|
||||||
|
|||||||
Reference in New Issue
Block a user