Build: fix some warnings in buildSrc and build.gradle.kts
This commit is contained in:
committed by
Space Team
parent
89507c1b82
commit
c66bc36382
@@ -5,6 +5,7 @@ val checkCacheability = findProperty("kotlin.build.cache.check.enabled") as Stri
|
||||
val isTeamcityBuild = project.hasProperty("teamcity") || System.getenv("TEAMCITY_VERSION") != null
|
||||
|
||||
if (checkCacheability && buildCacheEnabled()) {
|
||||
@Suppress("DEPRECATION")
|
||||
gradle.taskGraph.afterTask {
|
||||
if (isCacheable()) {
|
||||
if (isTeamcityBuild)
|
||||
|
||||
Reference in New Issue
Block a user