fix(java): downgrade native maven plugin version#335
Merged
Conversation
…downgrade-graalvm-plugins
suztomo
approved these changes
Oct 20, 2021
pom.xml
Outdated
| <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. --> |
Member
There was a problem hiding this comment.
Do you want to add a link to the issue? Some link that shows error message or stacktrace would be nice.
Contributor
Author
There was a problem hiding this comment.
Done. I created a new github issue #336 with context and reference the issue in the comment.
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Oct 21, 2021
🤖 I have created a release \*beep\* \*boop\* --- ## [1.2.0](https://www.github.com/googleapis/java-shared-config/compare/v1.1.0...v1.2.0) (2021-10-21) ### Features * Introduce Native Image testing build script changes ([#1240](https://www.github.com/googleapis/java-shared-config/issues/1240)) ([#334](https://www.github.com/googleapis/java-shared-config/issues/334)) ([4643cf1](https://www.github.com/googleapis/java-shared-config/commit/4643cf15be0b37fa8fa905d544d438cda7ef2ecd)) ### Bug Fixes * **java:** downgrade native maven plugin version ([#335](https://www.github.com/googleapis/java-shared-config/issues/335)) ([5834284](https://www.github.com/googleapis/java-shared-config/commit/5834284176fb34713d10082ce04f3b6abba85ad8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This was referenced Jan 4, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Temporarily downgrades the
native-maven-pluginversion from0.9.6to0.9.5; the latest version breaks for our project. Currently investigating root cause.