Minor corrections

This commit is contained in:
Benjamin Muschko
2019-08-09 17:25:52 -06:00
parent 31ca9ff3c7
commit 3196abca24
4 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
## Storing and Fingerprinting Artifacts
1. Create a post-build action for archiving JAR file with the pattern `build/libs/*.jar`.
1. Create a post-build action for archiving JAR files with the pattern `build/libs/*.jar`. Enable the fingerprinting option.
2. Execute the build. The build should list the artifact `gradle-initializr-1.0.0.jar`.
3. Have a look at the recorded fingerprints of this build.
4. Render the MD5 hash of the artifact and the usage of the artifact.