diff --git a/INSTALL b/INSTALL new file mode 100644 index 000000000..3b74f697b --- /dev/null +++ b/INSTALL @@ -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. \ No newline at end of file