1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-07-08 04:44:27 +00:00
CC-Tweaked/settings.gradle

13 lines
242 B
Groovy
Raw Normal View History

2019-04-03 22:27:10 +00:00
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}
rootProject.name = "cc-tweaked-${mc_version}"