Build: Move protobuf projects to subdirectory

#KT-29202
This commit is contained in:
Vyacheslav Gerasimov
2019-01-14 18:20:14 +03:00
parent 0ac85ad715
commit 6a3e5c4c94
4 changed files with 7 additions and 6 deletions
@@ -16,8 +16,8 @@ val protobufJarPrefix = "protobuf-$protobufVersion"
val outputJarPath = "$buildDir/libs/$protobufJarPrefix-lite.jar"
dependencies {
relocatedProtobuf(project(":custom-dependencies:protobuf-relocated", configuration = "default"))
relocatedProtobufSources(project(":custom-dependencies:protobuf-relocated", configuration = "sources"))
relocatedProtobuf(project(":custom-dependencies:protobuf:protobuf-relocated", configuration = "default"))
relocatedProtobufSources(project(":custom-dependencies:protobuf:protobuf-relocated", configuration = "sources"))
}
task("prepare") {