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