We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Inside kogito runtimes (kogito-build-no-bom-parent/pom.xml). , upgrade versions for maven-jar-plugin -> 3.2.0 maven-source-plugin -> 3.2.1
kogito-build-no-bom-parent/pom.xml
3.2.0
3.2.1
This will lead to build failure due to missing java.module.name property in some modules, that should be fixed
java.module.name
e.g.
<properties> <java.module.name>org.kie.kogito.common.workitems</java.module.name> </properties>
Needed by #820
Requires
The text was updated successfully, but these errors were encountered:
apache/incubator-kie-kogito-runtimes#3355
Sorry, something went wrong.
Fixed by apache/incubator-kie-kogito-runtimes#3355
elguardian
No branches or pull requests
Inside kogito runtimes (
kogito-build-no-bom-parent/pom.xml
). , upgrade versions formaven-jar-plugin ->
3.2.0
maven-source-plugin ->
3.2.1
This will lead to build failure due to missing
java.module.name
property in some modules, that should be fixede.g.
Needed by #820
Requires
The text was updated successfully, but these errors were encountered: