Skip to content

Commit

Permalink
documentation on how to build the jars of corese-core.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErwanDemairy committed Sep 12, 2024
1 parent 9837cd0 commit b71e7d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
To build the project: `./gradlew clean build shadowJar` where:
- `clean` removes the '.\build' repository;
- `build` produces the .jar library without dependencies;
- `shadowJar` products the jar-with-dependencies (aka uber-jar or flat-jar) for corese-core.

0 comments on commit b71e7d9

Please sign in to comment.