mirror of
https://github.com/BlueMap-Minecraft/BlueMapAPI.git
synced 2025-01-15 04:11:22 +01:00
1992148128
* Rework gradle-build setup * Fix versioning * Configure publishing * Fix github action * Fix github action 2 * Reorganize project naming * Update gradle
10 lines
198 B
Plaintext
10 lines
198 B
Plaintext
|
|
// use version-catalog from root project
|
|
dependencyResolutionManagement {
|
|
versionCatalogs {
|
|
register("libs") {
|
|
from(files("../gradle/libs.versions.toml"))
|
|
}
|
|
}
|
|
}
|