2023-01-03 23:54:35 +01:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
mavenCentral()
|
|
|
|
gradlePluginPortal()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-05-16 14:07:43 +02:00
|
|
|
plugins {
|
|
|
|
id "org.gradle.toolchains.foojay-resolver-convention" version "0.8.0"
|
|
|
|
}
|
|
|
|
|
2023-01-03 23:54:35 +01:00
|
|
|
rootProject.name = "ViaLegacy"
|