robstoll
01/03/2021, 9:48 PMsubprojects {
repositories {
mavenCentral()
jcenter()
}
}
Dependency is only available in jcenter but the build fails telling me that the dependency is not available in mavenCentral. How can I declare two repositories?
(https://docs.gradle.org/current/userguide/declaring_repositories.html#sec:declaring_multiple_repositories looks like it should be correct)Javier
01/03/2021, 11:45 PMVampire
01/03/2021, 11:56 PMrobstoll
01/04/2021, 1:35 PMrobstoll
01/04/2021, 1:39 PM> Could not resolve all files for configuration ':0.14.0-api-fluent-en_GB:conf_0.14.0_api-fluent-en_GB_js'.
> Could not find atrium-api-fluent-en_GB-js-0.14.0-testsources.jar (ch.tutteli.atrium:atrium-api-fluent-en_GB-js:0.14.0).
Searched in the following locations:
<https://repo.maven.apache.org/maven2/ch/tutteli/atrium/atrium-api-fluent-en_GB-js/0.14.0/atrium-api-fluent-en_GB-js-0.14.0-testsources.jar>
robstoll
01/04/2021, 1:42 PMconfigurations { create(dynamicName) }
What I have defined for repositories
should be applied for all configurations, right?robstoll
01/04/2021, 1:44 PMVampire
01/04/2021, 1:50 PMVampire
01/04/2021, 1:51 PMrobstoll
01/04/2021, 1:52 PMVampire
01/04/2021, 1:55 PMVampire
01/04/2021, 1:55 PMVampire
01/04/2021, 1:56 PMVampire
01/04/2021, 1:56 PMVampire
01/04/2021, 1:56 PMtestsources
artifact is missingVampire
01/04/2021, 1:57 PMVampire
01/04/2021, 1:57 PMrobstoll
01/04/2021, 1:58 PMrobstoll
01/04/2021, 1:58 PMVampire
01/04/2021, 1:59 PMVampire
01/04/2021, 2:02 PMrobstoll
01/04/2021, 2:03 PMVampire
01/04/2021, 2:04 PMrobstoll
01/04/2021, 2:04 PMVampire
01/04/2021, 2:04 PMVampire
01/04/2021, 2:05 PMrobstoll
01/04/2021, 2:06 PMVampire
01/04/2021, 2:09 PM