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
2025-10-15 14:53:48 +02:00
2025-10-08 14:55:31 +02:00
2025-11-12 13:41:11 +01:00
2025-10-08 14:57:19 +02:00
2025-11-12 15:28:43 +01:00
2025-10-08 14:55:31 +02:00
2025-10-08 14:55:31 +02:00
2025-11-05 12:54:28 +00:00
2025-10-08 14:55:31 +02:00

Commands to launch autoGrader

  • cd ~/autoGrader/
  • java -jar <autoGrader_name>.jar
Description
No description provided
Readme 126 KiB
Languages
Java 100%