]
Michael Anstis commented on DROOLS-2328:
----------------------------------------
{{kie-maven-plugin}} also seems to be broken for similar reasons. See
Removal of public method broked build
-------------------------------------
Key: DROOLS-2328
URL:
https://issues.jboss.org/browse/DROOLS-2328
Project: Drools
Issue Type: Bug
Affects Versions: 7.7.0.Final
Reporter: Jozef Marko
Assignee: Mario Fusco
Priority: Blocker
In the
[
commit|https://github.com/kiegroup/drools/commit/36fee47309d04ceca2a6fd62...]
there was removed public method {{getkModule()}} from the class {{KieBuilderImpl}}. This
change is incompatible with the code in
{{[org.kie.workbench.common.services.backend.builder.core.Builder|https://github.com/kiegroup/kie-wb-common/blob/master/kie-wb-common-services/kie-wb-common-services-backend/src/main/java/org/kie/workbench/common/services/backend/builder/core/Builder.java#L196]}}
class and cause that the {{kie-wb-common}} project can not be built.