Commit Graph

2 Commits

Author SHA1 Message Date
Matthias Guillitte
05a25ba761 JAR files building
Will build JAR for each 3 step separately when executing `gradlew build` or `gradlew jarStepX` where X is the step you want to export as JAR.
The generated JARs are located in `build/libs`.
To run a JAR, use `java -jar build/libs/stepX-1.0-SNAPSHOT.jar` where `X` is the step number
2025-11-12 15:28:43 +01:00
Laurent
56c4ccc26c Add project stub 2025-10-08 14:55:31 +02:00