Simple Controller UI/gRPC working

This commit is contained in:
Piv
2020-05-04 22:40:22 +09:30
parent ac80a24936
commit 9376bd70ed
7 changed files with 167 additions and 19 deletions

View File

@@ -12,5 +12,5 @@ dependencies {
task copySwiftCode(type: Copy, dependsOn: configurations.swift) {
// Copy python protobuf code from proto project.
from zipTree(configurations.swift.asPath)
into './CarController/CarController'
into './CarController'
}