You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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).readyThe text was updated successfully, but these errors were encountered: