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

MalformedInputException when upgrading to v17.3.0 #359

Closed fctaddia closed 2 years ago

fctaddia commented 2 years ago

Failed build gradle (Stacktrace) ->

!!(I tried using 17.2.3 and this problem doesn't exist)!!

com.netflix.nebula.lint.rule.BuildFiles.(BuildFiles.groovy:20) <-- For me this line generate exception

rpalcolea commented 2 years ago

Hello, thanks for the report

Can you provide more details on your build? Gradle version, JDK, etc. Also if you have a reproducible, it would b e great!

fctaddia commented 2 years ago

Gradle -> 4.6 JDK -> AdoptOpenJDK 1.8 I cannot provide anything else because the project is private

rpalcolea commented 2 years ago

We released https://github.com/nebula-plugins/gradle-lint-plugin/releases/tag/v17.3.2 which rolledback a bad change in BuildFiles. can you give that a try?

fctaddia commented 2 years ago

Now it works correctly

rpalcolea commented 2 years ago

👍🏾 You’re welcome