https://github.com/hellomouse/omnimancy
https://github.com/hellomouse/omnimancy
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hellomouse/omnimancy
- Owner: hellomouse
- License: mit
- Created: 2023-06-08T20:21:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T15:41:02.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T20:16:03.882Z (5 months ago)
- Language: Java
- Size: 82 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Gradle commands
All commands should be executed inside the :bundle project.
That is:
```bash
$ ./gradlew :bundle:runClient
# or
$ ./gradlew :bundle:build
```This will ensure that all the projects are loaded correctly.
The bundle jar can be found in `bundle/build/libs` directory.
For `genSources`, you should also do that:
```bash
$ ./gradlew :bundle:genSources
```