Build: Convert protobuf to includable build with maven publication

#KT-29202
This commit is contained in:
Vyacheslav Gerasimov
2019-01-14 20:52:43 +03:00
parent 6a3e5c4c94
commit c7ab69829e
8 changed files with 100 additions and 58 deletions
-5
View File
@@ -20,11 +20,6 @@ sourceSets {
}
tasks.withType<JavaCompile> {
dependsOn(protobufLiteTask)
sourceCompatibility = "1.6"
targetCompatibility = "1.6"
}
tasks.withType<KotlinCompile> {
dependsOn(protobufLiteTask)
}