This commit is contained in:
2025-05-27 19:14:58 +03:00
parent 71491f8793
commit 0f7167210c
17 changed files with 969 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
pluginManagement {
repositories {
mavenLocal()
maven(url = "https://repo.binom.pw")
mavenCentral()
gradlePluginPortal()
google()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenLocal()
maven(url = "https://repo.binom.pw")
google()
mavenCentral()
}
}
rootProject.name = "HttpSpy"
include(":server")