Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cruciblemc/cruciblegradle
Make ForgeGradle do more
https://github.com/cruciblemc/cruciblegradle
Last synced: 2 days ago
JSON representation
Make ForgeGradle do more
- Host: GitHub
- URL: https://github.com/cruciblemc/cruciblegradle
- Owner: CrucibleMC
- License: lgpl-2.1
- Created: 2023-05-18T15:10:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-05T17:47:36.000Z (9 months ago)
- Last Synced: 2024-02-05T18:58:11.978Z (9 months ago)
- Language: Java
- Size: 2.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CrucibleGradle
Make ForgeGradle do more## About
This is Crucible's extension over anatawa12's [ForgeGradle-1.2](https://github.com/anatawa12/ForgeGradle-1.2/).
Here we keep all necessary machinery for building Crucible.This project still needs a lot of proper cleanup since it was more or less a copy/paste of old Cauldron dev plugin.
A lot of tasks still does not cache properly, and we don't have much of an idea of what is going on certain parts of the
FG workflow.This is basically the bare minimum to get Crucible to build on modern Gradle.
## TODO
* [ ] Document all tasks/add descriptions
* [ ] Fix caching issues
* [ ] Trim down unneeded tasks
* [ ] Clean up old code and deprecated usages