This repository has been archived on 2023-11-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
create-astra-fabric/settings.gradle
2023-11-04 02:27:00 +05:00

10 lines
177 B
Groovy

pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}