Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 328 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 328 Bytes

Plugin Template

Building

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

Troubleshooting

  • If the terminal returns Permission denied or Command not found, run chmod +x ./gradlew.