Skip to content

Commit

Permalink
Improve hints in 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Silver committed Dec 16, 2016
1 parent 0275acf commit 1c4b360
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 1.11-Exercise-ConfigureFileSystemTasks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
a) Expand the zip file created by the "bundleWeb" task.
b) Copy the contents to a folder "build/exploded".
HINT: There isn't an UnZip task, so what task type do you need?
HINT: There isn't an UnZip task, so what task type do you need? You're kinda copying files so...
HINT: https://docs.gradle.org/current/dsl/org.gradle.api.Project.html#org.gradle.api.Project:zipTree(java.lang.Object)
4. Create a task named "deleteHelp". This task should perform the following:
a) Delete the "help" folder created by the "copyWeb" task.
Expand Down

0 comments on commit 1c4b360

Please sign in to comment.