Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 310 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 310 Bytes

Dynamic task creation

Generating multiple tasks

Create a task for each .src file in the sources directory that prints the contents of the file.

  • Run ./gradlew tasks
  • Assert you have generated a task for all 7 files
  • Run one of your generated tasks
  • Assert the task prints the file's contents