Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 147 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 147 Bytes

Environment Restoration

# Macos or Linux
chmod +x ./gradlew
./gradlew run

# Windows
# Cmd
gradlew run

# Powershell
./gradlew run