1
0
Fork 0
This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
one-time-overrides/settings.gradle.kts
2022-08-19 17:45:51 +02:00

9 lines
183 B
Kotlin

pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven("https://maven.fabricmc.net")
}
}
rootProject.name = "one-time-overrides"