runningcode / gradle-doctor

The right prescription for your Gradle build.
http://runningcode.github.io/gradle-doctor
Apache License 2.0
736 stars 48 forks source link

Fix typo on jetifier warning output in JetifierWarning.kt #158

Closed kelvinharron closed 3 years ago

kelvinharron commented 3 years ago

As per my issue, this will update the console output to prescribe the correct gradle config statement to disable the jetifier.

Updated the test to assert the console output block as it was not explicit enough to fail on my change.