Build: Add test for reporting all gradle build cache misses

`kotlin.build.cache.check.enabled` will be used for cacheability testing
on teamcity
This commit is contained in:
Vyacheslav Gerasimov
2020-03-02 22:13:54 +03:00
parent b3f16cfc96
commit c77130d0f3
3 changed files with 62 additions and 0 deletions
+1
View File
@@ -149,6 +149,7 @@ rootProject.apply {
from(rootProject.file("gradle/javaInstrumentation.gradle.kts"))
from(rootProject.file("gradle/jps.gradle.kts"))
from(rootProject.file("gradle/checkArtifacts.gradle.kts"))
from(rootProject.file("gradle/checkCacheability.gradle.kts"))
}
IdeVersionConfigurator.setCurrentIde(project)