Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 244 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 244 Bytes

How to build

Clone this repository.

On windows

Run gradlew.bat fatJar

On Not-windows

Run chmod +x gradlew

./gradlew fatJar

Then you can run java -jar build/libs/Pictionary-VERSION.jar

This project requires Java 8 to build.