Commit 0cda55b 1 parent b5691f3 commit 0cda55b Copy full SHA for 0cda55b
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -427,14 +427,14 @@ if (tasks.findByName("resolveAllDependencies") == null) {
427
427
}
428
428
}
429
429
430
- tasks.register(" samples" ) {
430
+ /* tasks.register("samples") {
431
431
description = "Build and test all built-in code samples, in the `samples` path and with Knit."
432
432
433
- dependsOn(
434
- " buildSamples" ,
435
- " testSamples" ,
436
- " nativeTestSamples" ,
437
- )
433
+ // dependsOn(
434
+ // "buildSamples",
435
+ // "testSamples",
436
+ // "nativeTestSamples",
437
+ // )
438
438
}
439
439
440
440
tasks.register("buildSamples") {
@@ -459,7 +459,7 @@ tasks.register("nativeTestSamples") {
459
459
Projects.samples.forEach {
460
460
dependsOn("$it:nativeTest")
461
461
}
462
- }
462
+ }*/
463
463
464
464
tasks.register(" reports" ) {
465
465
description = " Build all reports."
You can’t perform that action at this time.
0 commit comments