Skip to content

Commit fb66c6b

Browse files
author
Mihail Slavchev
committed
use absolute paths in gradle script
1 parent 1f7b0a9 commit fb66c6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/project-template-gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ task addAarDependencies << {
332332
////////////////////////////////////////////////////////////////////////////////////
333333

334334
task cleanLocalAarFiles(type: Delete) {
335-
delete fileTree(dir: "libs/aar", include: ["*.aar"])
335+
delete fileTree(dir: "$projectDir/libs/aar", include: ["*.aar"])
336336
}
337337

338338
task ensureMetadataOutDir {

0 commit comments

Comments
 (0)