Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
use block syntax for modifying wrapper task in example
  • Loading branch information
eriwen committed Aug 20, 2018
commit 44aa4f12ee5d61ea32aed61468dc302f6d41db0e
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// tag::customized-wrapper-task[]
tasks.getByName<Wrapper>("wrapper").distributionType = Wrapper.DistributionType.ALL
tasks.getByName<Wrapper>("wrapper") {
distributionType = Wrapper.DistributionType.ALL
}
// end::customized-wrapper-task[]