Skip to content

fix: downgrade native-image-plugin - #2540

Open
Christopher-Chianelli wants to merge 1 commit into
TimefoldAI:mainfrom
Christopher-Chianelli:fix/downgrade-native-image-plugin
Open

fix: downgrade native-image-plugin#2540
Christopher-Chianelli wants to merge 1 commit into
TimefoldAI:mainfrom
Christopher-Chianelli:fix/downgrade-native-image-plugin

Conversation

@Christopher-Chianelli

Copy link
Copy Markdown
Contributor

Downgrading to 1.1.5 fixes the native image failure locally.

Downgrading to 1.1.5 fixes the native image failure locally.
@Christopher-Chianelli

Copy link
Copy Markdown
Contributor Author

The action is still using the native:1.1.6 version despite the override in the pom.xml inside the action. Running mvn clean install -Dnative works locally.

@sonarqubecloud

Copy link
Copy Markdown

@triceo triceo left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Good that we have the fix!
LGTM after comments resolved.

<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
<!-- The version inherited by Spring (1.1.6) has a dependency issue causing a failure at runtime -->
<version>1.1.5</version>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Let's declare this is the build parent, please.
Also, let's bring back the newer setup-graalvm action, since that was a red herring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants