Environment details
- OS type and version: Linux
- Java version: 8
- google-api-client version(s): 1.30.8
Steps to reproduce
- Attempt to build and resolve dependencies with Ivy.
- Ivy fails to resolve androidx.annotation#annotation;1.1.0.
Code example
<dependency org="com.google.api-client" name="google-api-client" rev="1.30.8" conf="compile->default"/>
Stack trace
:: problems summary ::
:::: WARNINGS
module not found: androidx.annotation#annotation;1.1.0
==== central: tried
https://repo1.maven.org/maven2/androidx/annotation/annotation/1.1.0/annotation-1.1.0.pom
-- artifact androidx.annotation#annotation;1.1.0!annotation.jar:
https://repo1.maven.org/maven2/androidx/annotation/annotation/1.1.0/annotation-1.1.0.jar
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: androidx.annotation#annotation;1.1.0: not found
::::::::::::::::::::::::::::::::::::::::::::::
Any additional information below
Previous versions up to 1.30.7 build without any problems.
This seems to mention a similar error, but I am not positive if it is related: #1467 (comment)
[ERROR] /tmpfs/src/github/google-api-java-client/google-api-client/src/main/java/com/google/api/client/googleapis/GoogleUtils.java:[17,26] error: package androidx.annotation does not exist
Reactions are currently unavailable
Environment details
Steps to reproduce
Code example
Stack trace
Any additional information below
Previous versions up to 1.30.7 build without any problems.
This seems to mention a similar error, but I am not positive if it is related: #1467 (comment)