Some checks are pending
build / build (push) Waiting to run
Doesn't have some things that can now be handled using data, e.g. equipment Certain other changes are upcoming, however
10 lines
151 B
Groovy
10 lines
151 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
} |