Files
tinytorch/settings.gradle
angel 6af3422ac3
Some checks failed
build / build (push) Has been cancelled
inital
2025-11-04 19:21:53 +00:00

10 lines
151 B
Groovy

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