Build: Don't run checkBuild tasks on check, add checkBuild to buildSrc
This commit is contained in:
+2
-4
@@ -410,10 +410,8 @@ allprojects {
|
||||
}
|
||||
|
||||
// Aggregate task for build related checks
|
||||
tasks.register("checkBuild") {
|
||||
tasks.findByName("check")?.dependsOn(this)
|
||||
}
|
||||
|
||||
tasks.register("checkBuild")
|
||||
|
||||
apply(from = "$rootDir/gradle/cacheRedirector.gradle.kts")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user