Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit ebdb15c

Browse files
committed
Fix build
1 parent 942f2f9 commit ebdb15c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

etc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ RUN update-alternatives --config gcc
2222
RUN mkdir /build
2323
WORKDIR /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 .

gradle/buildLinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
docker 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"

protobuf-rpc/src/test/proto/io/netifi/proteus/rpc/simpleservice.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
syntax = "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";
66
option java_outer_classname = "SimpleServiceProto";
77
option java_multiple_files = true;
88

0 commit comments

Comments
 (0)