Skip to content
Snippets Groups Projects
Commit d5432a6f authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

Fixed ci job

parent 6f66934c
No related branches found
No related tags found
1 merge request!124Fixed ci job
Pipeline #92959 passed
...@@ -75,4 +75,4 @@ mend: ...@@ -75,4 +75,4 @@ mend:
- | - |
export PRODUCT_VERSION=$(echo $CI_COMMIT_BRANCH | cut -c 9-) export PRODUCT_VERSION=$(echo $CI_COMMIT_BRANCH | cut -c 9-)
export PROJECT_VERSION=$PRODUCT_VERSION export PROJECT_VERSION=$PRODUCT_VERSION
./run_ws.sh ./ws/run_ws.sh
\ No newline at end of file \ No newline at end of file
...@@ -35,7 +35,6 @@ protobuf { ...@@ -35,7 +35,6 @@ protobuf {
plugins { plugins {
grpc { grpc {
artifact = 'io.grpc:protoc-gen-grpc-java:1.69.1' artifact = 'io.grpc:protoc-gen-grpc-java:1.69.1'
//path = './protoc-gen-grpc-java.exe'
} }
} }
generateProtoTasks { generateProtoTasks {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment