problem description
case:
using gradle for the first time using the gradle wrapper command (I don"t have any files at this time)
built successfully
build.gradle
Cannot add task "wrapper" as a task with that name already exists.
question:
didn"t wrapper overwrite the original task? Why does it already exist? How to solve?