Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 228 Bytes

File metadata and controls

13 lines (11 loc) · 228 Bytes

maven

Modding Playground's makeshift maven repository.

usage

repositories {
  maven {
    name = "Modding Playground Maven"
    url  = "https://raw.githubusercontent.com/moddingplayground/maven/main/"
  }
}