13 lines
211 B
Groovy
13 lines
211 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
rootProject.name = 'client-irc-chat'
|
|
|