7 sourceCompatibility = JavaVersion.VERSION_17
8 targetCompatibility = JavaVersion.VERSION_17
17 api("com.github.turasa:signal-service-java:2.15.3_unofficial_31")
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.32")
25 resolutionStrategy.failOnVersionConflict()
29 tasks.withType<AbstractArchiveTask>().configureEach {
30 isPreserveFileTimestamps = false
31 isReproducibleFileOrder = true
34 tasks.withType<JavaCompile> {
35 options.encoding = "UTF-8"