uber / NullAway

A tool to help eliminate NullPointerExceptions (NPEs) in your Java code with low build-time overhead
MIT License
3.63k stars 293 forks source link

Switch our dependencies to use a version catalog #870

Open msridhar opened 10 months ago

msridhar commented 10 months ago

See https://docs.gradle.org/current/userguide/platforms.html. This would replace our ad-hoc gradle/dependencies.gradle with a gradle/libs.versions.toml file. We may not be able to completely switch over due to our support for multiple Error Prone versions; will have to tinker.