ViaProxy/settings.gradle

13 lines
243 B
Groovy
Raw Normal View History

2023-01-04 14:58:09 -05:00
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven {
name = "Lenni0451"
url "https://maven.lenni0451.net/everything"
}
2023-01-04 14:58:09 -05:00
}
}
rootProject.name = "ViaProxy"