Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 376 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 376 Bytes

Zaphkiel

不是很好用的物品库,Gradle 写的很混乱,因学业繁忙暂无时间优化。

Building

  • Gradle - Dependency Management

The GradleWrapper in included in this project.

Windows:

gradlew.bat clean build

macOS/Linux:

./gradlew clean build

Build artifacts should be found in ./build/libs folder.