Skip to content

Commit

Permalink
Merge pull request #557 from kennethshackleton/download-openssl-reduce
Browse files Browse the repository at this point in the history
Download OpenSSL only if modified.
  • Loading branch information
kennethshackleton authored Oct 24, 2024
2 parents cc25b12 + 483262b commit 510eb12
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 510eb12

Please sign in to comment.