Build: Convert protobuf to includable build with maven publication
#KT-29202
This commit is contained in:
@@ -20,11 +20,6 @@ sourceSets {
|
||||
}
|
||||
|
||||
tasks.withType<JavaCompile> {
|
||||
dependsOn(protobufLiteTask)
|
||||
sourceCompatibility = "1.6"
|
||||
targetCompatibility = "1.6"
|
||||
}
|
||||
|
||||
tasks.withType<KotlinCompile> {
|
||||
dependsOn(protobufLiteTask)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user