mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-29 00:52:27 -05:00
8 lines
154 B
Text
8 lines
154 B
Text
|
dependencyResolutionManagement {
|
||
|
versionCatalogs {
|
||
|
create("libs") {
|
||
|
from(files("../gradle/libs.versions.toml"))
|
||
|
}
|
||
|
}
|
||
|
}
|