Build: Use fake ideaHome for tests with intellij build number only
#KTI-82
This commit is contained in:
committed by
teamcity
parent
516e54a434
commit
944c7990a1
@@ -627,6 +627,13 @@ val syncMutedTests = tasks.register("syncMutedTests") {
|
||||
dependsOn(":compiler:tests-mutes:tc-integration:run")
|
||||
}
|
||||
|
||||
tasks.register("createIdeaHomeForTests") {
|
||||
outputs.file(ideaBuildNumberFileForTests())
|
||||
doFirst {
|
||||
writeIdeaBuildNumberForTests()
|
||||
}
|
||||
}
|
||||
|
||||
tasks {
|
||||
named<Delete>("clean") {
|
||||
delete += setOf("$buildDir/repo", distDir)
|
||||
|
||||
Reference in New Issue
Block a user