Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: upgrade google-java-format to 1.13.0 #1288

Merged
merged 4 commits into from
Nov 29, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docker/owlbot/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@
# limitations under the License.

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

ARG JAVA_FORMAT_VERSION=1.7
# The formatter version used by the fmt-maven-plugin
# https://github.com/coveooss/fmt-maven-plugin
ARG JAVA_FORMAT_VERSION=1.11.0
chanseokoh marked this conversation as resolved.
Show resolved Hide resolved

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

Expand Down