Skip to content

davidyscott/swiftly-systems-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swiftly-systems-services

Build status

Build status

Intro

This is a solution to the Swiftly-Systems Code Exercise.

Building

Note that JDK11+ is required.

Simple build

./gradlew build

Running tests

./gradlew test

Running directly

./gradlew run --args <path_to_input_file>

Building a runnable jar

./gradlew jar

Then run the jar file:

<JAVA_HOME>/bin/java -jar <path_to_jar_file> <path_to_input_file>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages