ViaProxy/settings.gradle

17 lines
330 B
Groovy
Raw Normal View History

2023-01-04 20:58:09 +01:00
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven {
name = "Lenni0451"
url "https://maven.lenni0451.net/everything"
}
2023-01-04 20:58:09 +01:00
}
}
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"