Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 512 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 512 Bytes

Contributing

Everyone is welcome to create issues and pull requests! Please try your best to be descriptive and thorough.

Prerequisites

  • JetBrains IntelliJ
  • Java 8+

Building

The following Gradle tasks help build the plugin:

./gradlew buildPlugin   # Bundles the project as a distribution.
./gradlew runIde        # Runs Intellij IDEA with installed plugin.
./gradlew verifyPlugin  # Validates completeness and contents of plugin.xml descriptors as well as plugin’s archive structure.