Gradle: Implement smart downloads which avoid download if the file exists and is valid.

This commit is contained in:
Kenneth Endfinger
2022-01-14 20:36:15 -05:00
parent 8f34209aff
commit 9d156d250b
3 changed files with 69 additions and 9 deletions

View File

@ -12,6 +12,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-serialization:1.6.10")
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.1")
implementation("com.google.code.gson:gson:2.8.9")
implementation("org.bouncycastle:bcprov-jdk15on:1.70")
}
java.sourceCompatibility = JavaVersion.VERSION_1_8