First, make sure you have JDK 14 installed. Then, setup plugin.json and run the following commands:
- Windows:
gradlew jar
- *nix/Mac OS:
./gradlew jar
- If the terminal returns
Permission denied
orCommand not found
, runchmod +x ./gradlew
.
First, make sure you have JDK 14 installed. Then, setup plugin.json and run the following commands:
gradlew jar
./gradlew jar
Permission denied
or Command not found
, run chmod +x ./gradlew
.