From dabc01d8033754e23f35635d658368307610ec0a Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 28 Feb 2016 12:26:34 +0100 Subject: [PATCH] remove deprecated collectAll usage from libLicenses.gant --- build/scripts/libLicenses.gant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = []