Build: Move protobuf projects to subdirectory
#KT-29202
This commit is contained in:
+2
-2
@@ -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") {
|
||||
Reference in New Issue
Block a user