diff --git a/build/scripts/libLicenses.gant b/build/scripts/libLicenses.gant index 73171230d3fd..3f0eaf561e28 100644 --- a/build/scripts/libLicenses.gant +++ b/build/scripts/libLicenses.gant @@ -69,7 +69,7 @@ binding.setVariable("checkLibLicenses", { } } - def libWithLicenses = licensesList.collectAll {it.libraryNames}.flatten() as Set + def libWithLicenses = licensesList.collect {it.libraryNames}.flatten() as Set libWithLicenses.addAll(jetbrainsLibraries) List withoutLicenses = []