Skip to content

Commit 170fa84

Browse files
authored
Merge pull request #734 from NativeScript/plamen5kov/absolute_path
relative search starts from project directory
2 parents 4aa0947 + b6f3f3d commit 170fa84

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)