7 sourceCompatibility = JavaVersion.VERSION_11
8 targetCompatibility = JavaVersion.VERSION_11
17 api("com.github.turasa:signal-service-java:2.15.3_unofficial_24")
18 implementation("com.google.protobuf:protobuf-javalite:3.10.0")
19 implementation("org.bouncycastle:bcprov-jdk15on:1.69")
20 implementation("org.slf4j:slf4j-api:1.7.30")
25 resolutionStrategy.failOnVersionConflict()
29 tasks.withType<AbstractArchiveTask>().configureEach {
30 isPreserveFileTimestamps = false
31 isReproducibleFileOrder = true
34 tasks.withType<JavaCompile> {
35 options.encoding = "UTF-8"