mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
more diagnostics in buildModulesAndCollectUsedJars()
This commit is contained in:
@@ -789,7 +789,7 @@ binding.setVariable("buildModulesAndCollectUsedJars", { List modules, List appro
|
||||
String path = file.canonicalPath.replace('\\', '/')
|
||||
if (path.endsWith(".jar") && approvedJars.any { path.startsWith(it) } && !forbiddenJars.any { path.contains(it) }) {
|
||||
if (usedJars.add(path)) {
|
||||
projectBuilder.info("\tADDED: $path")
|
||||
projectBuilder.info("\tADDED: $path for ${module.getName()}")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user