nus-cs2113-AY1920S2 / forum

4 stars 0 forks source link

Help with 'gradlew run' command #31

Closed Zhilin-Huang closed 4 years ago

Zhilin-Huang commented 4 years ago

After I merged the branch gradle to my master branch, I'm unable to run gradlew run as it gives zsh: command not found: gradlew error. But I'm able to run ./gradlew run.

Is it okay to just run ./gradlew run? And why is it failing to execute gradlew run?

Any help is appreciated!

damithc commented 4 years ago

Yes, they are the same @Zhilin-Huang Also, you don't actually need gradle for the iP.

Zhilin-Huang commented 4 years ago

I see! But it seems that A-Gradle is an increment under A-Jar for Week 6 iP tasks here?

damithc commented 4 years ago

I see! But it seems that A-Gradle is an increment under A-Jar for Week 6 iP tasks here?

It's optional @Zhilin-Huang (it says If you are using ...)

Zhilin-Huang commented 4 years ago

Thanks for the clarification 👍