Skip to content

Commit

Permalink
The Ant build directory does not always exist. Can't track it
Browse files Browse the repository at this point in the history
  • Loading branch information
tonihele committed Feb 25, 2024
1 parent 29bc65d commit e8892c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ file('.').eachDir{
buildSdk.inputs.dir it
}
}
buildSdk.outputs.dir "build"
//buildSdk.outputs.dir "build"

task run(dependsOn: buildSdk) {
doLast {
Expand Down

0 comments on commit e8892c5

Please sign in to comment.