2023-01-04 14:58:09 -05:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
mavenCentral()
|
|
|
|
gradlePluginPortal()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-05-16 08:05:46 -04:00
|
|
|
plugins {
|
|
|
|
id "org.gradle.toolchains.foojay-resolver-convention" version "0.8.0"
|
|
|
|
}
|
|
|
|
|
2023-01-04 14:58:09 -05:00
|
|
|
rootProject.name = "ViaProxy"
|