Skip to content

Commit

Permalink
Update config.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Nov 19, 2023
1 parent e522dda commit 22a7e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ model {
}
}

def outputsFolder = file("$buildDir/allOutputs")

task copyAllOutputs(type: Copy) {
def outputsFolder = file("$project.buildDir/outputs")
destinationDir outputsFolder
}

Expand Down

0 comments on commit 22a7e9c

Please sign in to comment.