Skip to content

Commit

Permalink
Revert "deps: upgrade google-java-format to 1.13.0 (#1288)" (#1292)
Browse files Browse the repository at this point in the history
This reverts commit fdf20ea.
  • Loading branch information
Neenu1995 committed Nov 29, 2021
1 parent fdf20ea commit 5f60f93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions docker/owlbot/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@
# limitations under the License.

# build from the root of this repo:
FROM gcr.io/cloud-devrel-public-resources/java11
FROM gcr.io/cloud-devrel-public-resources/java8

# The formatter version used by the fmt-maven-plugin through the
# google-cloud-shared-config.
# https://github.com/googleapis/java-shared-config/blob/main/pom.xml#L228
ARG JAVA_FORMAT_VERSION=1.13.0
ARG JAVA_FORMAT_VERSION=1.7

RUN apt-get install -y --no-install-recommends jq

Expand Down
4 changes: 2 additions & 2 deletions docker/owlbot/java/container_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ commandTests:
- name: "version"
command: ["java", "-version"]
# java -version outputs to stderr...
expectedError: ["(java|openjdk) version \"11.*\""]
expectedError: ["(java|openjdk) version \"1.8.*\""]
- name: "formatter"
command: ["java", "-jar", "/owlbot/google-java-format.jar", "--version"]
expectedError: ["google-java-format: Version 1.13.0"]
expectedError: ["google-java-format: Version 1.7"]
- name: "python"
command: ["python", "--version"]
expectedOutput: ["Python 3.6.1"]

0 comments on commit 5f60f93

Please sign in to comment.