ViaProxy/settings.gradle
RaphiMC 83a18bc526
Some checks failed
build-docker / build (push) Has been cancelled
build / build (push) Has been cancelled
Bump org.gradle.toolchains.foojay-resolver-convention
2024-12-02 12:25:17 +01:00

12 lines
216 B
Groovy

pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
}
plugins {
id "org.gradle.toolchains.foojay-resolver-convention" version "0.9.0"
}
rootProject.name = "ViaProxy"