nus-cs2113-AY2122S2 / forum

3 stars 2 forks source link

Gradle problem with tp #43

Open cczhouqi opened 2 years ago

cczhouqi commented 2 years ago

I'm using MacOS 11.6 and here's the error message showed when I tried to run the tp program. Does anyone know why this happens and how I can fix it? Thanks!

Christines-MacBook-Pro:tp christine$ java -version openjdk version "11.0.13" 2021-10-19 LTS OpenJDK Runtime Environment Corretto-11.0.13.8.1 (build 11.0.13+8-LTS) OpenJDK 64-Bit Server VM Corretto-11.0.13.8.1 (build 11.0.13+8-LTS, mixed mode) Christines-MacBook-Pro:tp christine$ ./gradlew

Welcome to Gradle 6.2!

Here are the highlights of this release:

For more details see https://docs.gradle.org/6.2/release-notes.html

FAILURE: Build failed with an exception.

BUILD FAILED in 2s

okkhoy commented 2 years ago

@cczhouqi i was asked to try again as it may be some intermittent issue. pls check!

cczhouqi commented 2 years ago

Hi prof, the error message shows every time I open the project (I tried to delete the files and clone again also). The same for Utilities code used in last lecture.