Skip to content

Commit 29b67c4

Browse files
author
Jeremy Silver
committed
Add quotes
1 parent b7ce508 commit 29b67c4

File tree

1 file changed

+1
-1
lines changed
  • 2.09-Exercise-AddDependenciesToCustomConfiguration

1 file changed

+1
-1
lines changed

Diff for: 2.09-Exercise-AddDependenciesToCustomConfiguration/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Exercises:
1212
the 'deps' configuration.
1313
4. Build the project and ensure there are no errors.
1414
5. Add a task called 'zipDeps' that creates a Zip file including all the
15-
files from the 'deps' configuration. Assign a baseName of dependencyArchive
15+
files from the 'deps' configuration. Assign a baseName of 'dependencyArchive'
1616
and a classifier of 'deps' to the archive.
1717
6. Run the 'zipDeps' task and confirm it includes the 'guava' JAR.
1818

0 commit comments

Comments
 (0)