Skip to content

Commit

Permalink
Add missing test coverage for tasks/incrementalBuild-customTaskClass
Browse files Browse the repository at this point in the history
  • Loading branch information
mlopatkin committed Dec 8, 2022
1 parent 4bc09f1 commit 8a969c0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ tasks.register("removeTempDir") {
// end::adhoc-destroyable-task[]

tasks.build {
dependsOn(processTemplates, "processTemplatesAdHoc", "processTemplatesAdHocSkipWhenEmpty", "processTemplatesWithExtraInputs", "processTemplatesWithoutAnnotations")
dependsOn(processTemplates, "processTemplatesAdHoc", "processTemplatesAdHocSkipWhenEmpty", "processTemplatesWithExtraInputs")
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
executable: gradle
args: build

0 comments on commit 8a969c0

Please sign in to comment.