# OriginSkill **Repository Path**: amazing-ocean-origin/OriginSkill ## Basic Information - **Project Name**: OriginSkill - **Description**: No description available - **Primary Language**: Java - **License**: CC0-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 5 - **Created**: 2021-03-29 - **Last Updated**: 2024-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Building * [Gradle](https://gradle.org/) - 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.