Getting java.io.FileNotFoundException on gradle cached files #49
Replies: 10 comments 4 replies
-
Hi. I would need more info. Could you please enable the verbose mode?
and then attach the output? Thanks |
Beta Was this translation helpful? Give feedback.
-
Closing this issue, because there is no response. |
Beta Was this translation helpful? Give feedback.
-
Thanks. Not important for us as we disabled Jetifier recently. |
Beta Was this translation helpful? Give feedback.
-
I hit into this issue as well. Got the stacktrace below.
|
Beta Was this translation helpful? Give feedback.
-
Hi. I would need more info. Could you please enable the verbose mode? byeByeJetifier { Which OS are you using? Thanks |
Beta Was this translation helpful? Give feedback.
-
Could you please verify if this file exists and if it is a file or directory? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Could you send me the group id for the dexmaker-mockito-inline-2.18.1.aar dependency? So I try with that dependency on the sample project |
Beta Was this translation helpful? Give feedback.
-
I tried on the sample project adding this dependency: implementation("com.linkedin.dexmaker:dexmaker-mockito:2.28.1") No issue detected with gradle 7.2. Maybe you should try removing the gradle cache |
Beta Was this translation helpful? Give feedback.
-
Did you try removing the gradle cache? |
Beta Was this translation helpful? Give feedback.
-
I'm trying to run the plugin, but constantly getting build failures. After removing the failing lib from dependency tree, I get similar issue on another lib. Also tried to clean the gradle cache, didn't help.
Any ideas what can be the issue?
Beta Was this translation helpful? Give feedback.
All reactions