Skip to content

Commit

Permalink
chore: use as embedded codebase
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Jan 26, 2024
1 parent b5691f3 commit 0cda55b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -427,14 +427,14 @@ if (tasks.findByName("resolveAllDependencies") == null) {
}
}

tasks.register("samples") {
/*tasks.register("samples") {
description = "Build and test all built-in code samples, in the `samples` path and with Knit."
dependsOn(
"buildSamples",
"testSamples",
"nativeTestSamples",
)
//dependsOn(
//"buildSamples",
//"testSamples",
//"nativeTestSamples",
//)
}
tasks.register("buildSamples") {
Expand All @@ -459,7 +459,7 @@ tasks.register("nativeTestSamples") {
Projects.samples.forEach {
dependsOn("$it:nativeTest")
}
}
}*/

tasks.register("reports") {
description = "Build all reports."
Expand Down

0 comments on commit 0cda55b

Please sign in to comment.