Skip to content

Commit

Permalink
Download OpenSSL only if modified.
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth J. Shackleton <[email protected]>
  • Loading branch information
kennethshackleton committed Oct 24, 2024
1 parent cc25b12 commit 483262b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenSSL/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ tasks.register<Download>("downloadOpenSslPgp") {
val url = openSslPgpUrl()
src(url)
dest(archivePgp)
onlyIfModified(true)
overwrite(false)
inputs.property("url", url)
outputs.files(archivePgp)
Expand Down

0 comments on commit 483262b

Please sign in to comment.