Files
masi-symmetric-cypher/build.gradle.kts
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

1.5 KiB