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

fix(java): downgrade native maven plugin version #335

Merged
merged 5 commits into from Oct 20, 2021

Conversation

dzou
Copy link
Contributor

@dzou dzou commented Oct 20, 2021

Temporarily downgrades the native-maven-plugin version from 0.9.6 to 0.9.5; the latest version breaks for our project. Currently investigating root cause.

@dzou dzou requested review from lesv, Neenu1995 and a team October 20, 2021 19:54
@dzou dzou requested a review from a team as a code owner October 20, 2021 19:54
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 20, 2021
pom.xml Outdated
@@ -800,7 +800,8 @@
<dependency>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>junit-platform-native</artifactId>
<version>0.9.6</version>
<!-- Using older version; upgrade to latest once issues are resolved. -->
Copy link
Member

Choose a reason for hiding this comment

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

Do you want to add a link to the issue? Some link that shows error message or stacktrace would be nice.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done. I created a new github issue #336 with context and reference the issue in the comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants