Project to demonstrate that no dependencies are found for a module that depeneds on a local module as a dependency with the api()
call.
- Modify
gradle.properties
with the proper Artifactory configuration (host name, credentials, repositories). - Ensure that Android SDK Platform 28 and Android SDK Build-Tools 28.0.3 are installed.
- Run
./gradlew clean assembleRelease :foo:extractModuleInfo :muu:extractModuleInfo
within the project folder. - Examine the two stack traces that appear.
- Run
./gradlew clean assembleRelease artifactoryPublish
within the project folder. - Examine the Builds in Artifactory and see that are zero dependencies for the
foo
andmuu
module IDs.