nebula-plugins / gradle-lint-plugin

A pluggable and configurable linter tool for identifying and reporting on patterns of misuse or deprecations in Gradle scripts.
Apache License 2.0
761 stars 88 forks source link

Outdated Guava dependency conflicts with Google Jib #357

Closed sergeykad closed 2 years ago

sergeykad commented 2 years ago

The plugin uses the outdated com.google.guava:guava:19.0 released in 2015. This causes issues with other plugins. Please upgrade to a modern version.

See https://github.com/GoogleContainerTools/jib/issues/591

image