Created
June 5, 2019 20:47
-
-
Save conikeec/b8f4b28573f7903e53162ba85ca231b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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