Skip to content

Commit

Permalink
Merge pull request #17 from mainmethod0126/mainmethod0126-patch-9
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mainmethod0126 authored Sep 23, 2023
2 parents f2f8cde + 44e8dd8 commit 1415d12
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@

This is a gradle plugin that helps you easily do semantic versioning of java projects using gradle.

## Reason for production

In the team I work with, we do not use Docker and instead deploy the .jar files directly. Because of this, we encountered situations where it became confusing to know which version a specific .jar file was during deployment, especially when the file itself didn't contain version information.

To address this, I decided to create a versioning library for .jar files that would be beneficial for all team members.

---

# Usage
Expand Down

0 comments on commit 1415d12

Please sign in to comment.