https://github.com/killerprojecte/ultrapay
OpenSource WeChatPay/AliPay Merchant Payment System For Minecraft
https://github.com/killerprojecte/ultrapay
Last synced: 12 months ago
JSON representation
OpenSource WeChatPay/AliPay Merchant Payment System For Minecraft
- Host: GitHub
- URL: https://github.com/killerprojecte/ultrapay
- Owner: killerprojecte
- License: gpl-3.0
- Created: 2023-02-24T08:06:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-26T12:38:30.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T22:45:15.598Z (about 1 year ago)
- Language: Kotlin
- Size: 78.1 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.