Skip to content

Commit

Permalink
[LesnyRumcajs#128] renamve java_grpc to java_hotspot_grpc for less am…
Browse files Browse the repository at this point in the history
…biguity with OpenJ9 vs Hotspot VMs.
  • Loading branch information
bmarwell committed May 11, 2021
1 parent 5416233 commit cc3bbf1
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM adoptopenjdk:16_36-jdk-hotspot

WORKDIR /app
COPY java_grpc_sgc_bench /app
COPY java_hotspot_grpc_sgc_bench /app
COPY proto/helloworld/helloworld.proto /app/src/main/proto/helloworld.proto

RUN /app/gradlew installDist
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM adoptopenjdk:16_36-jdk-hotspot

WORKDIR /app
COPY java_grpc_sgc_bench /app
COPY java_hotspot_grpc_sgc_bench /app
COPY proto/helloworld/helloworld.proto /app/src/main/proto/helloworld.proto

RUN /app/gradlew installDist
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM adoptopenjdk:16_36-jdk-hotspot

WORKDIR /app
COPY java_grpc_sgc_bench /app
COPY java_hotspot_grpc_sgc_bench /app
COPY proto/helloworld/helloworld.proto /app/src/main/proto/helloworld.proto

RUN /app/gradlew installDist
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM adoptopenjdk:16_36-jdk-hotspot

WORKDIR /app
COPY java_grpc_sgc_bench /app
COPY java_hotspot_grpc_sgc_bench /app
COPY proto/helloworld/helloworld.proto /app/src/main/proto/helloworld.proto

RUN /app/gradlew installDist
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM adoptopenjdk:16_36-jdk-hotspot

WORKDIR /app
COPY java_grpc_sgc_bench /app
COPY java_hotspot_grpc_sgc_bench /app
COPY proto/helloworld/helloworld.proto /app/src/main/proto/helloworld.proto

RUN /app/gradlew installDist
Expand Down

0 comments on commit cc3bbf1

Please sign in to comment.