Irfan Ziaulla
05/12/2024, 8:44 PMVampire
05/12/2024, 8:57 PMIrfan Ziaulla
05/12/2024, 9:14 PMVampire
05/12/2024, 9:37 PMIrfan Ziaulla
05/12/2024, 9:47 PMVampire
05/12/2024, 10:03 PMVampire
05/12/2024, 10:03 PMVampire
05/12/2024, 10:04 PMVampire
05/12/2024, 10:04 PMgoogle()
convenience helperIrfan Ziaulla
05/12/2024, 10:16 PMVampire
05/12/2024, 10:17 PMVampire
05/12/2024, 10:17 PMIrfan Ziaulla
05/12/2024, 10:18 PMIrfan Ziaulla
05/12/2024, 10:33 PMpluginManagement {
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Login"
include(":app" )
include(":newregistration")
include(":resources")
Irfan Ziaulla
05/12/2024, 10:33 PMVampire
05/12/2024, 10:40 PMFAIL_ON_PROJECT_REPOS
(which I also prefer to use) the build would fail if you tried to add a repository in your build script, but you said you do.Irfan Ziaulla
05/12/2024, 10:58 PMVampire
05/12/2024, 10:59 PM--scan
URL?Irfan Ziaulla
05/12/2024, 11:11 PMVampire
05/13/2024, 12:02 AMIrfan Ziaulla
05/13/2024, 4:05 AMRun with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Get more help at https://help.gradle.org.BUILD FAILED in 7s The build scan was not published due to a configuration problem. The Gradle Terms of Service have not been agreed to. For more information, please see https://gradle.com/help/plugin-terms-of-service. Alternatively, if you are using Gradle Enterprise, specify the server location. For more information, please see https://gradle.com/help/plugin-enterprise-config.
Vampire
05/13/2024, 6:39 AM