Skip to content

Support a standardised set of gradle properties for automatic configuration #13

@isXander

Description

@isXander

In a typical configuration, you may have a modstitch setup like this:

modstitch {
  findProperty("deps.fabricLoader")?.let { fabricLoaderVersion = it }
  // etc
}
deps.fabricLoader=0.16.14

I propose a standard set of gradle properties that automatically apply to modstitch, to reduce boilerplate even further. Of course, this would be optional.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions