Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 348 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 348 Bytes

Padlock

Installation

Make sure you have jvm for Java 8 or newer installed (the compiler is not needed, either for Scala or Java).

git clone git@github.com:itu-square/padlock.git
cd padlock
./gradlew build

The above should compile and run tests (when they appear). So you can now modify code and recompile just by ./gradlew.