https://github.com/finitereality/ng7-locator-demo
NeoGradle 7 multi-project locator demo
https://github.com/finitereality/ng7-locator-demo
Last synced: about 1 month ago
JSON representation
NeoGradle 7 multi-project locator demo
- Host: GitHub
- URL: https://github.com/finitereality/ng7-locator-demo
- Owner: FiniteReality
- License: mit
- Created: 2023-12-25T18:04:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-25T18:04:49.000Z (over 2 years ago)
- Last Synced: 2025-01-10T20:53:04.436Z (over 1 year ago)
- Language: Java
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NeoGradle 7 mod locator demo #
A quick demo on one possible way NeoGradle multi-project workspaces could be
improved.
## A quick rundown ##
- `buildSrc` contains a Gradle plugin which generates a special "mod metadata"
file, which is added as a build artifact using a variant to be shared between
subprojects in the same root project/workspace
- `modlocator` contains a FML plugin which reads this metadata, and uses it to
construct mod info to be passed to the mod loader.
## License ##
MIT because I like permissive licenses, but if this concept is merged into
NeoGradle I'm willing to relicense under NeoGradle's license.