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
771 stars 89 forks source link

Fixes NPE caused by antlr plugin #356

Closed rhoughton-pivot closed 3 years ago

rhoughton-pivot commented 3 years ago

antlr creates a set of configurations, but no matching source-sets which triggers some null-saftey assumptions in the linter.

Issue originally found in Apache Geode.

Authored-by: Robert Houghton rhoughton@pivotal.io

rhoughton-pivot commented 3 years ago

@chali could you please review and kick off testing?

rpalcolea commented 3 years ago

v17.2.3 should contain this fix, thanks again @rhoughton-pivot !