Executing gradle project from command line without having to install gradle application

Hi, I have developed a gradle project with some java code using IntelliJ Idea. I want to run this project from command line without having to install gradle application on my system. Can someone please help how to do this? I have tried some tutorials regarding creating a gradle wrapper but I couldn’t successfully do it.