Skip to content

Commit

Permalink
Gradle/Externals: Remove copied gstreamer tar file
Browse files Browse the repository at this point in the history
Signed-off-by: Yelin Jeong <[email protected]>
  • Loading branch information
niley7464 committed Apr 23, 2024
1 parent 37df9ae commit 9e60f0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions externals/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ tasks {
into(gstAndroidPath)

dependsOn("prepareDownloadable")

doLast {
Path("$downloadablePath/$gstTarFileName").deleteIfExists()
}
}

register("initGitSubmodules", GitTask::class) {
Expand Down

0 comments on commit 9e60f0b

Please sign in to comment.