File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -410,10 +410,8 @@ allprojects {
410
410
}
411
411
412
412
// Aggregate task for build related checks
413
- tasks.register(" checkBuild" ) {
414
- tasks.findByName(" check" )?.dependsOn(this )
415
- }
416
-
413
+ tasks.register(" checkBuild" )
414
+
417
415
apply (from = " $rootDir /gradle/cacheRedirector.gradle.kts" )
418
416
}
419
417
}
Original file line number Diff line number Diff line change @@ -111,8 +111,9 @@ fun Project.`samWithReceiver`(configure: org.jetbrains.kotlin.samWithReceiver.gr
111
111
tasks[" build" ].dependsOn(" :prepare-deps:build" )
112
112
113
113
allprojects {
114
+ tasks.register(" checkBuild" )
115
+
114
116
afterEvaluate {
115
117
apply (from = " $rootDir /../gradle/cacheRedirector.gradle.kts" )
116
- tasks[" check" ].dependsOn(tasks[" checkRepositories" ])
117
118
}
118
119
}
You can’t perform that action at this time.
0 commit comments