Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
This repository was archived by the owner on May 20, 2025. It is now read-only.

provider: SOURCE #2

@NikkyAI

Description

@NikkyAI

compile mods from source

example

provider: SOURCE
git: https://github.com/elytra/MatterLink.git
commit/branch: master # or commit hash / tag
command: gradlew setupCiWorkspace clean build
archive: 'build/libs/*.jar'

will clone the repo, run the command and then copy the result, basically like jenkins

figure out a way to make sure to only grab the mod and not the sources, api or other unwanted binaries
maybe error when there is multiple files matching the regex

requires: git library and calling gradlew

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions