Skip to content

Commit df627ec

Browse files
authored
Merge pull request #749 from NativeScript/yyosifov/follow-links
Add follow-links to the Files.find
2 parents 321c1d7 + f064252 commit df627ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-artifacts/project-template-gradle/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,8 @@ task copyAarDependencies (type: Copy) {
500500
Object[] files = Files.find(
501501
Paths.get("$projectDir", "$nodeModulesDir"),
502502
Integer.MAX_VALUE,
503-
filterAarFilesFn
503+
filterAarFilesFn,
504+
java.nio.file.FileVisitOption.FOLLOW_LINKS
504505
)
505506
.map(mapToStringFn)
506507
.toArray();

0 commit comments

Comments
 (0)