This repository was archived by the owner on May 4, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
protobuf-rpc/src/test/proto/io/netifi/proteus/rpc Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ RUN update-alternatives --config gcc
2222RUN mkdir /build
2323WORKDIR /build
2424
25- # to build docker image run: docker build -t proteus /proteus-java-build:latest -f etc/Dockerfile .
25+ # to build docker image run: docker build -t netifi /proteus-java-build:latest -f etc/Dockerfile .
Original file line number Diff line number Diff line change 22docker run -e TRAVIS_PULL_REQUEST=$TRAVIS_PULL_REQUEST \
33-e TRAVIS_TAG=$TRAVIS_TAG -e TRAVIS_BRANCH=$TRAVIS_BRANCH \
44-e bintrayUser=$bintrayUser -e bintrayKey=$bintrayKey \
5- -v ` pwd` :/build proteus /proteus-java-build sh -c " gradle/buildViaTravis-linux.sh"
5+ -v ` pwd` :/build netifi /proteus-java-build sh -c " gradle/buildViaTravis-linux.sh"
Original file line number Diff line number Diff line change 11syntax = "proto3" ;
22
3- package io.netifi.proteus.proteus. rpc ;
3+ package io.netifi.proteus.rpc ;
44
5- option java_package = "io.netifi.proteus.proteus. rpc" ;
5+ option java_package = "io.netifi.proteus.rpc" ;
66option java_outer_classname = "SimpleServiceProto" ;
77option java_multiple_files = true ;
88
You can’t perform that action at this time.
0 commit comments