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
{{ message }}
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.
Ivypot resolves the following dependency: org.sonatype.sisu/sisu-guice/3.1.3/sisu-guice-3.1.3-no_aop.jar
and then when attempting to build with the offline repo Gradle complains about this version missing: org.sonatype.sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
When they are in my maven repo it gets passed the FAILED DOWNLOADS. After removing them from my local maven repo, I get the FAILED DOWNLOADS when attempting to perform syncRemoteRepositiories
Ivypot resolves the following dependency:
org.sonatype.sisu/sisu-guice/3.1.3/sisu-guice-3.1.3-no_aop.jar
and then when attempting to build with the offline repo Gradle complains about this version missing:
org.sonatype.sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
Code snapshot:
https://github.com/lukecwik/incubator-beam/tree/ivypot
Repro (after cloning the above repo):
The text was updated successfully, but these errors were encountered: