-
Notifications
You must be signed in to change notification settings - Fork 728
Closed
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
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
Koriit, Cypherke, jaeyeonling, boris-petrov, simooonb and 6 more
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.