Hi,
I am new to gradle and was trying build a war file using it. The war is generated but the unit tests are failing. with the below error
java.lang.AssertionError: Failed to unmarshall the output message
Tried below plugins.
compile 'org.springframework.boot:spring-boot-starter:1.2.2.RELEASE’
compile 'org.springframework:spring-oxm:4.2.3.RELEASE’
compile ‘org.codehaus.castor:castor-xml:1.3.3’
Please help me…