What is the plugin from unmarshalling in gradle

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…

Is it an actual test that’s failing, or is it Gradle that’s failing? If you suspect it’s Gradle that’s failing, does the stacktrace help identify what’s wrong? Run Gradle with -s to get the stacktrace.

Hi Chris,
The was some issue with the java code which is now resolved thanks alot.