This is a solution to the Swiftly-Systems Code Exercise.
Note that JDK11+ is required.
./gradlew build
./gradlew test
./gradlew run --args <path_to_input_file>
./gradlew jar
Then run the jar file:
<JAVA_HOME>/bin/java -jar <path_to_jar_file> <path_to_input_file>