Skip to content
This repository was archived by the owner on Oct 16, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (11 loc) · 234 Bytes

File metadata and controls

21 lines (11 loc) · 234 Bytes

GameTactic Echo

This is placeholder for future.

Settings up locally.

  1. Git clone.
  2. Use OpenJDK 11.
  3. Run with ./mvnw spring-boot:run

Packing

  1. ./mvnw package
  2. ./mvnw verify

Release

  1. ./mvnw deploy