Rollback incorrect tests fix
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
7218bd536c
commit
acc84d2524
@@ -115,7 +115,10 @@ val preparedResources = File(buildDir, "prepResources")
|
|||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
"main" { projectDefault() }
|
"main" { projectDefault() }
|
||||||
"test" { projectDefault() }
|
"test" {
|
||||||
|
projectDefault()
|
||||||
|
resources.srcDir(preparedResources)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
val ultimatePluginXmlContent: String by lazy {
|
val ultimatePluginXmlContent: String by lazy {
|
||||||
@@ -181,7 +184,7 @@ projectTest {
|
|||||||
dependsOn(preparePluginXml)
|
dependsOn(preparePluginXml)
|
||||||
workingDir = rootDir
|
workingDir = rootDir
|
||||||
doFirst {
|
doFirst {
|
||||||
classpath.add(files(preparedResources))
|
systemProperty("idea.home.path", intellijRootDir().canonicalPath)
|
||||||
systemProperty("spring.classpath", springClasspath.asPath)
|
systemProperty("spring.classpath", springClasspath.asPath)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user