From 1c4b360b20e6fe6d2db3316ea71e1daa79491551 Mon Sep 17 00:00:00 2001 From: Jeremy Silver Date: Thu, 15 Dec 2016 17:53:38 -0800 Subject: [PATCH] Improve hints in 1.11 --- 1.11-Exercise-ConfigureFileSystemTasks/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/1.11-Exercise-ConfigureFileSystemTasks/build.gradle b/1.11-Exercise-ConfigureFileSystemTasks/build.gradle index 87a157055..b0a6b50fc 100755 --- a/1.11-Exercise-ConfigureFileSystemTasks/build.gradle +++ b/1.11-Exercise-ConfigureFileSystemTasks/build.gradle @@ -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.