Skip to main content

this was the thing i am facing and could not get rid of it

even for a simple connection it is raising the same issueThere was an error running build on projectScreenshot (2)

2 answers
  1. Feb 22, 3:43 PM

    SOLUTION

    1. Use the latest MUnit version and patch in pom.xml update in both <app.runtime> and <runtimeVersion>, as given below (Example):

    <app.runtime>4.3.0-20210609</app.runtime>

    <mule.maven.plugin.version>3.3.5</mule.maven.plugin.version>

    ......................

    ......................

    <groupId>com.mulesoft.munit.tools</groupId>

    <artifactId>munit-maven-plugin</artifactId>

    <version>${munit.version}</version>

    <runtimeVersion>4.4.0-20211227</runtimeVersion>

    ......................

    ......................

     

     

    For more details about MUnit Plugin, Refer

    MUnit Maven Plugin

     

     

    For the latest MUnit plugin, Refer

    MUnit Release Notes

     

     

    2. Clean the Project and re-run the scenario - Project -> Clean 

0/9000