PT #160596363: Resource link string correction

This commit is contained in:
BoykoAlex
2019-01-21 20:10:17 -05:00
parent 0681baa876
commit 5093d5e5dc

View File

@@ -110,7 +110,7 @@ public class IClasspathUtil {
public static Stream<File> getOutputFolders(IClasspath classpath) {
try {
return classpath.getClasspathEntries().stream()
.filter(Classpath::isSource)
.filter(Classpath::isProjectSource)
.map(cpe -> new File(cpe.getOutputFolder()));
} catch (Exception e) {
log.error("", e);