Add AutoRobot directory with Windows line endings
This commit is contained in:
41
AutoRobot/Android/Robot/settings.gradle.kts
Normal file
41
AutoRobot/Android/Robot/settings.gradle.kts
Normal 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")
|
||||
Reference in New Issue
Block a user