6 sourceCompatibility = JavaVersion.VERSION_11
7 targetCompatibility = JavaVersion.VERSION_11
16 api("com.github.turasa:signal-service-java:2.15.3_unofficial_18")
17 implementation("com.google.protobuf:protobuf-javalite:3.10.0")
18 implementation("org.bouncycastle:bcprov-jdk15on:1.68")
19 implementation("org.slf4j:slf4j-api:1.7.30")
24 resolutionStrategy.failOnVersionConflict()
28 tasks.withType<JavaCompile> {
29 options.encoding = "UTF-8"