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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user