Something went wrong on our end. Please try again.
Created by: yaohui-wyh
This PR helps refactoring the IntelliJ plugin project by adding Gradle build system (which is the recommended way for IntelliJ plugin development: https://plugins.jetbrains.com/docs/intellij/gradle-build-system.html).
None of the current plugin features are modified. However, after restructuring it could make future development & release process easier.
Details:
.idea
folder and reimport the projectsrc/main/java
source set (for IDEA to reload & re-index the Gradle project)src/main/resources
Tests:
./gradlew runIde
(checkout available gradle tasks for details)./gradlew buildPlugin
Resources: