donatepay-integration/settings.gradle

10 lines
199 B
Groovy
Raw Normal View History

2024-09-26 02:19:00 +08:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
2025-01-27 13:05:23 +08:00
mavenCentral()
2024-09-26 02:19:00 +08:00
gradlePluginPortal()
}
2025-01-27 13:05:23 +08:00
}