Answers for "adding other repositories to gradle in actic fox"

0

adding other repositories to gradle in actic fox

dependencyResolutionManagement {
   repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
   repositories {
      google()
      mavenCentral()
      jcenter()
      maven { url "https://maven.xyz.com" }
    }
}
Posted by: Guest on September-25-2021

Code answers related to "adding other repositories to gradle in actic fox"

Browse Popular Code Answers by Language