nus-cs2113-AY2122S1 / forum

3 stars 1 forks source link

Validate Gradle Wrapper task fail for Windows #117

Open LimJiaJing opened 3 years ago

LimJiaJing commented 3 years ago

After adding SVG files for showing uml diagram images, the Validate Gradle Wrapper task failed for Windows (Passed for macos, cancelled for ubuntu)
Screenshot of failure
image

Code snippet which uses svg file
image

Forums online seem to point that it is a server issue so can this failure be ignored and proceed with merge?

okkhoy commented 3 years ago

What does running gradlew build on your machine do? does it pass?

LimJiaJing commented 3 years ago

Yes, it says build successful.

okkhoy commented 3 years ago

in which case, just merge; I don't have much time today to help you to debug this issue, sorry 🙁

LimJiaJing commented 3 years ago

Understood, no problem, thank you