https://github.com/cruciblemc/cruciblegradle
Make ForgeGradle do more
https://github.com/cruciblemc/cruciblegradle
Last synced: 4 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T17:47:36.000Z (over 1 year ago)
- Last Synced: 2025-01-09T20:51:57.136Z (5 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