gradle configuration update #7
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Steven/fabric-example-mod#7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "gradle-update"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bad indentation
Do we really need a javadoc?
@ -21,0 +32,4 @@
include "fabric.mod.json"
// add mod metadata
expand "version": project.version
well I thought it'd be a nice-to-have, mainly for including it in the maven publication
@ -21,0 +32,4 @@
include "fabric.mod.json"
// add mod metadata
expand "version": project.version
It adds quite a bit more to the build.gradle (due to the fix bellow). And there are source jars anyway so when you depend on a mod it should give you sources.
Another thing I did want to include in the example mod was auto setting the version number in the fabric.mod.json file.
This can be done like so:
Not a critical thing to get in, would be nice though.
Pretty much what I do in all of my mods anyways, sure, will add it
Looks good from me