Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ver 0.43.0 breaks html report due to extra escape chars #715

Closed
daelfdude opened this issue Dec 6, 2022 · 3 comments
Closed

Ver 0.43.0 breaks html report due to extra escape chars #715

daelfdude opened this issue Dec 6, 2022 · 3 comments

Comments

@daelfdude
Copy link

When running ./gradlew dependencyUpdates -q -DoutputFormatter=json,html -DoutputDir=./DependencyReport -DreportfileName=report :project-one:generateGradleLintReport :project-two:generateGradleLintReport :project-three:generateGradleLintReport :tproject -four:generateGradleLintReport :generateGradleLintReport on Mac OS, the generated html report is missing the css styling and the 'click to expand' sections do not work when viewed in Chrome. This appears to be due to some extra escape chars in the generated html file. e.g. <style type="text/css"> and $(document).ready

@ben-manes
Copy link
Owner

oh good find. PRs are appreciated 🙂

@marcinfigiel
Copy link
Contributor

The same applies to 0.44.0. Additionally the style and script elements are placed incorrectly and body element is missing.

@ben-manes
Copy link
Owner

released, thanks @marcinfigiel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants