Welcome to DevPilot intellij plugin repository. We are glad you are here!
Everyone is welcome to contribute to this repository.
Java 11 or higher version is required to build and test this repository.
-
Clone this repository to your local machine.
git clone https://github.com/openpilot-hub/devpilot-intellij.git
-
Run the following command to build the project.
./gradlew runIde
-
If you are using windows, run the following command to build the project.
gradlew.bat runIde
Before you commit your changes, please run the following command to check if there are any errors.
./gradlew check