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, JavaScript modules of web repository don't include their NPM dependencies into project's license-report.md.
The corresponding task for that is already assembled and ready-to-use — npmLicenseReport. But its linkage to the main task responsible for license reporting is temporarily commented out.
The problem is that formatting of an NPM dependency differs from the Java's one. Hence, when the task is enabled, rendering of Spine / Open-Source Libraries and Licenses page should be adjusted, as this page renders license-report.md files.
The text was updated successfully, but these errors were encountered:
Currently, JavaScript modules of
web
repository don't include their NPM dependencies into project'slicense-report.md
.The corresponding task for that is already assembled and ready-to-use —
npmLicenseReport
. But its linkage to the main task responsible for license reporting is temporarily commented out.io.spine.internal.gradle.javascript.task.impl.LicenseReport.kt
:The problem is that formatting of an NPM dependency differs from the Java's one. Hence, when the task is enabled, rendering of Spine / Open-Source Libraries and Licenses page should be adjusted, as this page renders
license-report.md
files.The text was updated successfully, but these errors were encountered: