diff --git a/plugins/reporters/cyclonedx/src/main/kotlin/CycloneDxReporter.kt b/plugins/reporters/cyclonedx/src/main/kotlin/CycloneDxReporter.kt index 354768ae698fa..0269e66dcfe03 100644 --- a/plugins/reporters/cyclonedx/src/main/kotlin/CycloneDxReporter.kt +++ b/plugins/reporters/cyclonedx/src/main/kotlin/CycloneDxReporter.kt @@ -336,7 +336,6 @@ class CycloneDxReporter : Reporter { hashes = listOfNotNull(hash) - // TODO: Support license expressions once we have fully converted to them. licenses = LicenseChoice().apply { licenses = licenseObjects } // TODO: Find a way to associate copyrights to the license they belong to, see