You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This won’t work for shared Gradle caches. We should instead use a symbolic identifier like com.squareup.wire.dinosaur:all-protos:1.0 that is independent of the current environment’s artifact directory.
The text was updated successfully, but these errors were encountered:
Right now we pass dependencies to WireTask as the absolute paths to the resolved artifact, like so:
This won’t work for shared Gradle caches. We should instead use a symbolic identifier like
com.squareup.wire.dinosaur:all-protos:1.0
that is independent of the current environment’s artifact directory.The text was updated successfully, but these errors were encountered: