mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
remove deprecated collectAll usage from libLicenses.gant
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user