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

GH-37022: [CI][Java] fix maven 3.9.3 causing docker build failure #37023

Closed
wants to merge 1 commit into from

Conversation

zinking
Copy link

@zinking zinking commented Aug 4, 2023

Rationale for this change

docker build failed due to in correct maven 3.9.3 artifact.

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@github-actions
Copy link

github-actions bot commented Aug 4, 2023

⚠️ GitHub issue #37022 has been automatically assigned in GitHub to PR creator.

@github-actions github-actions bot added the awaiting review Awaiting review label Aug 4, 2023
@@ -34,7 +34,7 @@ RUN vcpkg install \

# Install Java
ARG java=1.8.0
ARG maven=3.9.3
ARG maven=3.9.4
RUN yum install -y java-$java-openjdk-devel && \
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking of splitting this single line into multiple lines to make errors explicit.

@kou kou changed the title GH-37022: [Release] fix maven 3.9.3 causing docker build failure GH-37022: [CI][Java] fix maven 3.9.3 causing docker build failure Aug 6, 2023
@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting review Awaiting review labels Aug 6, 2023
@zinking zinking closed this Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting changes Awaiting changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI][Java] Maven 3.9.3 causing Docker build failure
2 participants