Closed Zhilin-Huang closed 4 years ago
Yes, they are the same @Zhilin-Huang Also, you don't actually need gradle for the iP.
I see! But it seems that A-Gradle
is an increment under A-Jar
for Week 6 iP tasks here?
I see! But it seems that
A-Gradle
is an increment underA-Jar
for Week 6 iP tasks here?
It's optional @Zhilin-Huang (it says If you are using ...
)
Thanks for the clarification 👍
After I merged the branch
gradle
to mymaster
branch, I'm unable to rungradlew run
as it giveszsh: 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 executegradlew run
?Any help is appreciated!