Skip to content

Instantly share code, notes, and snippets.

@conikeec
Created June 5, 2019 20:47
Show Gist options
  • Save conikeec/b8f4b28573f7903e53162ba85ca231b8 to your computer and use it in GitHub Desktop.
Save conikeec/b8f4b28573f7903e53162ba85ca231b8 to your computer and use it in GitHub Desktop.
# spin up a shell prompt
git clone https://github.com/conikeec/jackspoilt.git
cd jackspoilt
# this project support maven and gradle build systems, so let's use gradle to build this artifact
gradle build
#after the build is completed successfully, verify if the build artifact is created
ls build/libs
#jackspoilt-1.0-SNAPSHOT.jar is created
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment