mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Absolute path for the bootstrap task
This commit is contained in:
@@ -78,6 +78,7 @@ allprojects {
|
||||
}
|
||||
|
||||
task bootstrap(type: Exec) {
|
||||
commandLine "./bootstrap.sh"
|
||||
workingDir "/androidx-main"
|
||||
commandLine "/androidx-main/bootstrap.sh"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user