Skip to content

Commit

Permalink
observe failure
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed May 6, 2024
1 parent eb78ad7 commit 67e660d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ allprojects {

rootProject.buildDir = "../build"
subprojects {
project.evaluationDependsOn(":app")
project.buildDir = "${rootProject.buildDir}/${project.name}"
project.evaluationDependsOn(":app")
}

tasks.register("clean", Delete) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ allprojects {

rootProject.buildDir = "../build"
subprojects {
project.evaluationDependsOn(":app")
project.buildDir = "${rootProject.buildDir}/${project.name}"
project.evaluationDependsOn(":app")
}

tasks.register("clean", Delete) {
Expand Down

0 comments on commit 67e660d

Please sign in to comment.