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

Update version and simplify Maven setup #272

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

tarilabs
Copy link
Member

  1. version bumps resolve platform incompatibilities on non-x86 platforms
[ERROR] Failed to execute goal org.jbake:jbake-maven-plugin:0.3.6-rc.2:generate (default) on project drools-website: Execution default of goal org.jbake:jbake-maven-plugin:0.3.6-rc.2:generate failed: An API incompatibility was encountered while executing org.jbake:jbake-maven-plugin:0.3.6-rc.2:generate: java.lang.UnsatisfiedLinkError: ... (fat file, but missing compatible architecture (have 'i386,x86_64', need 'arm64'))

see also: jbake-org/jbake#765

  1. avoid the need to specify manually jbake-maven-plugin dependencies version
    ref: Add repo jbake-maven-plugin into repo jbake + upgrade to gradle 7 jbake-org/jbake#740

1.
version bumps resolve platform incompatibilities on non-x86 platforms
```
[ERROR] Failed to execute goal org.jbake:jbake-maven-plugin:0.3.6-rc.2:generate (default) on project drools-website: Execution default of goal org.jbake:jbake-maven-plugin:0.3.6-rc.2:generate failed: An API incompatibility was encountered while executing org.jbake:jbake-maven-plugin:0.3.6-rc.2:generate: java.lang.UnsatisfiedLinkError: ... (fat file, but missing compatible architecture (have 'i386,x86_64', need 'arm64'))
```

2.
avoid the need to specify manually jbake-maven-plugin dependencies version
ref: jbake-org/jbake#740
@mariofusco mariofusco merged commit b581337 into kiegroup:main Oct 30, 2023
2 checks passed
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.

3 participants