Can't use gradle package when --offline #37931
Unanswered
wheelergames
asked this question in
Packages
Replies: 1 comment
-
|
Hi there @wheelergames and welcome to our community! Thank you for asking a great question 🙂 To get started, introduce yourself in our official introduction thread |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to host my own library on github packages, and then to use it
--offlinewhen using gradle on the command line later on.For some reason I get the error
No cached version of [MY LIBRARY] available for offline modeWhen working online, I see the library is downloaded and saved in my
~/.gradle/cachesdirectory, so it's definitely there.Also, it's only packages hosted on github packages that are failing to be found, all other libraries work from the
~/.gradle/cachesdirectory just fine.Has anyone had experience with this?
Beta Was this translation helpful? Give feedback.
All reactions