X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/6cb867cbebec69a7652fec0b9e6cb2860e99bcbf..467a48bac508b56f84dce7ee0b81a22fd0d32161:/lib/build.gradle.kts diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index a9b5a95f..dcb99cee 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -14,9 +14,9 @@ repositories { } dependencies { - api("com.github.turasa:signal-service-java:2.15.3_unofficial_21") + api("com.github.turasa:signal-service-java:2.15.3_unofficial_25") implementation("com.google.protobuf:protobuf-javalite:3.10.0") - implementation("org.bouncycastle:bcprov-jdk15on:1.68") + implementation("org.bouncycastle:bcprov-jdk15on:1.69") implementation("org.slf4j:slf4j-api:1.7.30") } @@ -26,6 +26,11 @@ configurations { } } +tasks.withType().configureEach { + isPreserveFileTimestamps = false + isReproducibleFileOrder = true +} + tasks.withType { options.encoding = "UTF-8" }