Absolute path for the bootstrap task

This commit is contained in:
Shagen Ogandzhanian
2021-05-12 22:12:51 +02:00
parent d33e0d99b6
commit 0eff77256a

View File

@@ -78,6 +78,7 @@ allprojects {
}
task bootstrap(type: Exec) {
commandLine "./bootstrap.sh"
workingDir "/androidx-main"
commandLine "/androidx-main/bootstrap.sh"
}
}