remove deprecated collectAll usage from libLicenses.gant

This commit is contained in:
peter
2016-02-28 12:26:34 +01:00
parent 001e0aa66c
commit dabc01d803
+1 -1
View File
@@ -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<String> withoutLicenses = []