mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-04 05:51:32 +00:00
Gradle: Implement smart downloads which avoid download if the file exists and is valid.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user