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
> Could not resolve all files for configuration ':classpath'.
> Could not find org.reflections:reflections:.
Required by:
project : > io.crnk:crnk-gen-gradle:3.4.20210509072026 > io.crnk:crnk-gen-runtime:3.4.20210509072026
As a fix I provided version explicitly:
classpath "org.reflections:reflections:0.10.2"
The text was updated successfully, but these errors were encountered:
With simple
build.gradle
:build fails as:
As a fix I provided version explicitly:
The text was updated successfully, but these errors were encountered: