mirror of
https://github.com/BlockWorldGroup/Ledger-Databases.git
synced 2025-08-17 03:30:14 +08:00
10 lines
177 B
Groovy
10 lines
177 B
Groovy
![]() |
pluginManagement {
|
||
|
repositories {
|
||
|
maven {
|
||
|
name = 'Fabric'
|
||
|
url = 'https://maven.fabricmc.net/'
|
||
|
}
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
}
|