1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-12-02 12:28:05 +00:00
Files
CC-Tweaked/settings.gradle
2019-08-09 22:26:46 +09:00

13 lines
243 B
Groovy

pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}
rootProject.name = "cc-t-fabric-${mc_version}"