mirror of
https://github.com/Lucaslah/No-Report-Button.git
synced 2026-01-02 19:47:51 +00:00
21 lines
406 B
Groovy
21 lines
406 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
maven { url "https://maven.architectury.dev/" }
|
|
maven { url "https://maven.minecraftforge.net/" }
|
|
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "no-report-button"
|
|
|
|
include 'common'
|
|
include 'fabric'
|
|
include 'forge'
|
|
|