yesamer commented on PR #3823: URL: https://github.com/apache/incubator-kie-kogito-runtimes/pull/3823#issuecomment-2582827059
@porcelli @gitgabrio Here the failure's reason ``` 2025-01-09T13:36:26.6605040Z [ERROR] Failed to execute goal net.revelc.code:impsort-maven-plugin:1.8.0:check (default) on project kogito-codegen-decisions: Imports are not sorted in /home/runner/work/incubator-kie-kogito-runtimes/incubator-kie-kogito-runtimes/apache_incubator-kie-kogito-runtimes/kogito-codegen-modules/kogito-codegen-decisions/src/main/java/org/kie/kogito/codegen/decision/DecisionModelResourcesProviderGenerator.java -> [Help 1] 2025-01-09T13:36:26.6611113Z org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal net.revelc.code:impsort-maven-plugin:1.8.0:check (default) on project kogito-codegen-decisions: Imports are not sorted in /home/runner/work/incubator-kie-kogito-runtimes/incubator-kie-kogito-runtimes/apache_incubator-kie-kogito-runtimes/kogito-codegen-modules/kogito-codegen-decisions/src/main/java/org/kie/kogito/codegen/decision/DecisionModelResourcesProviderGenerator.java ``` Weird, as there are no new imported classes in DecisionModelResourcesProviderGenerator.java, maybe there's an unused import? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
