Skip to content

Commit

Permalink
docs: update README with build, test, and run instructions
Browse files Browse the repository at this point in the history
- Added detailed steps for building, packaging, and running the application.
- Included instructions for testing and publishing tasks using Gradle.
- Ensured clarity for contributors and users in README.
  • Loading branch information
Franlexa committed Nov 15, 2024
1 parent c96e078 commit 1bef1fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ Build and Package
To build and package the project, run the following commands:

./gradlew build --stacktrace

./gradlew build

./gradlew jar

The JAR file will be generated in the build/libs directory.
Expand Down

0 comments on commit 1bef1fe

Please sign in to comment.