Netflix/mantis

Build failing on Windows 10

varad64 opened this issue · 4 comments

Context

Hello, I am new to the project and after following the README, the IntelliJ project setup was successful, the build is failing however, with ComparisonFailure, AssertionErrors and NoClassDefFoundErrors

Steps to reproduce

Running the ./gradlew clean build command produces the error
PFA screenshot of the error for reference
image

Expected behavior

Successful build

Actual Behavior

Build fails.

Hi @varad64 , is this issue resolved?

Hi @varad64, you can try building by ignoring the tests. Use ./gradlew build -x test.
Hope this helps.

Hi @varad64 , is this issue resolved?

Not yet @cv-prasad

Hi @varad64, you can try building by ignoring the tests. Use ./gradlew build -x test. Hope this helps.

Sure, I'll try and post an update