mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-14 10:35:15 +01:00
11 lines
230 B
Plaintext
11 lines
230 B
Plaintext
@file:Suppress("UnstableApiUsage")
|
|
|
|
dependencyResolutionManagement {
|
|
versionCatalogs {
|
|
create("tools") {
|
|
from(files("../gradle/tools.versions.toml"))
|
|
}
|
|
}
|
|
|
|
repositories.gradlePluginPortal()
|
|
} |