We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 321c1d7 + f064252 commit df627ecCopy full SHA for df627ec
build-artifacts/project-template-gradle/build.gradle
@@ -500,7 +500,8 @@ task copyAarDependencies (type: Copy) {
500
Object[] files = Files.find(
501
Paths.get("$projectDir", "$nodeModulesDir"),
502
Integer.MAX_VALUE,
503
- filterAarFilesFn
+ filterAarFilesFn,
504
+ java.nio.file.FileVisitOption.FOLLOW_LINKS
505
)
506
.map(mapToStringFn)
507
.toArray();
0 commit comments