Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.
Open
Changes from all commits
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
4 changes: 2 additions & 2 deletions Labs/Application_Push/lab_application_push.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ $ cd $COURSE_HOME
If you cannot run the maven script to build:

. Download the attendees1-0.0.1-SNAPSHOT.jar file https://bintray.com/mborges-pivotal/generic/attendees1/head#files[here]
. Create the directory `/build/libs/`.
. Place the .jar file in the `/build/libs/` directory.
. Create the directory `target`.
. Place the .jar file in the `target` directory.
. Skip down to the 'Push' section.

=== Build
Expand Down