Browse Source

Absolute path for the bootstrap task

pull/671/head
Shagen Ogandzhanian 3 years ago
parent
commit
0eff77256a
  1. 3
      ci/docker/compose-web/init.gradle

3
ci/docker/compose-web/init.gradle

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

Loading…
Cancel
Save