Skip to content

Commit b6f3f3d

Browse files
author
plamen5kov
committed
relative search starts from project directory
1 parent 4aa0947 commit b6f3f3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ task copyAarDependencies (type: Copy) {
494494
}
495495

496496
Object[] files = Files.find(
497-
Paths.get("$nodeModulesDir"),
497+
Paths.get("$projectDir", "$nodeModulesDir"),
498498
Integer.MAX_VALUE,
499499
filterAarFilesFn
500500
)

0 commit comments

Comments
 (0)