Add AutoRobot directory with Windows line endings

This commit is contained in:
2025-10-20 09:04:09 +08:00
parent a7ade87dde
commit d663118a73
124 changed files with 22719 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
pluginManagement {
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
maven {
url = uri("http://geek.cdjkt.com:30003/repository/maven-public")
isAllowInsecureProtocol = true
}
maven {
url = uri("http://geek.cdjkt.com:30003/repository/maven-releases")
isAllowInsecureProtocol = true
}
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
maven {
url = uri("http://geek.cdjkt.com:30003/repository/maven-public")
isAllowInsecureProtocol = true
}
maven {
url = uri("http://geek.cdjkt.com:30003/repository/maven-releases")
isAllowInsecureProtocol = true
}
maven { url = uri("https://maven.aliyun.com/repository/public") }
google()
mavenCentral()
// JoydLib库已在上面的私有Maven仓库中提供
}
}
rootProject.name = "AutoBot"
include(":app")