Build: Add protoc to implicitDependencies

#KTI-1277
This commit is contained in:
Vyacheslav Gerasimov
2023-07-24 09:20:53 +02:00
committed by Space Team
parent 6305d068db
commit be1babeae4
@@ -87,6 +87,11 @@ run {
}
}
}
implicitDependencies("com.google.protobuf:protoc:3.21.9:linux-x86_64@exe")
implicitDependencies("com.google.protobuf:protoc:3.21.9:osx-aarch_64@exe")
implicitDependencies("com.google.protobuf:protoc:3.21.9:osx-x86_64@exe")
implicitDependencies("com.google.protobuf:protoc:3.21.9:windows-x86_64@exe")
}
val protocExecutable = buildDir.resolve("protoc/bin")