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
Importing dependencies into the settings.gradle.kts buildscript classpath can cause conflicts in module builds, as they are unable to use the desired version causing ambiguous resolution failures.
Importing dependencies into the
settings.gradle.kts
buildscript classpath can cause conflicts in module builds, as they are unable to use the desired version causing ambiguous resolution failures.Google Cloud Jib is currently provided in
settings.gradle.kts
as a quick fix for the same problem identified here Splitties/refreshVersions/issues/361See also BuildImageTask.kt
The text was updated successfully, but these errors were encountered: