nus-cs2113-AY2122S2 / forum

3 stars 2 forks source link

Unable to pass build and check with gradle #60

Open FaliciaOng opened 2 years ago

FaliciaOng commented 2 years ago

I am not too sure why it is throwing me this error as there was no error in IntelliJ.

image

mathanmahe commented 2 years ago

Experiencing the same issue, however gradle builds are inconsistent on Intellij, worked earlier, but now it does not for the same code.

okkhoy commented 2 years ago

Could be a network issue or GitHub server issue. Please try after a while.

mathanmahe commented 2 years ago

I experienced the issue a few times after this. I tried running ./gradlew clean build -d ./gradlew --stop

These two commands usually fixed the issue if there were no errors in my code!