Gradle 7.3 providedCompile issue

Hello,

Primarily, sorry for my bad english.

I have been working on Gradle version upgrade for 2 months. My issue is that when I upgrade my gradle version from 6.9.2 to 7.2 everything works properly. But, when I try to upgrade it from 7.2 to 7.3 or 7.3+, it produces an error. In my opinion, the error can be that subprojects can not see(or some more proper verb :smile: ) providedCompile dependencies. What solution would you suggest?

I tried many ways to solve it. Unfortunately, I have not find any solution yet.

Thanks for your help.

As you do not provide much information, not even a concrete error message or build --scan, I can just guess that you might be hitting this: Upgrading your build from Gradle 7.x to 8.0

1 Like

I agree with you and I will read this link.

Thanks for your answer and your help.

1 Like