Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 270 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 270 Bytes

build

To build install jdk8+ and write in project directory:

  • linux: bash gradlew build
  • windows: gradlew.bat build

run

To start project write:

  • java -jar build/libs/FSTestTask-1.0.jar fs_storage

File fs_storage will be created in current directory