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
Currently the report file format is new File(config.reportDir, s"${title}.${language.ext}"), where title is the value of the setting licenseReportTitle. If your title is something like "Third-Party Licenses", it may be that one would rather the report be name third-party-licenses.html instead of Third-Party Licenses.html (which requires having the space escaped).
The text was updated successfully, but these errors were encountered:
Currently the report file format is
new File(config.reportDir, s"${title}.${language.ext}")
, wheretitle
is the value of the settinglicenseReportTitle
. If your title is something like "Third-Party Licenses", it may be that one would rather the report be namethird-party-licenses.html
instead ofThird-Party Licenses.html
(which requires having the space escaped).The text was updated successfully, but these errors were encountered: