From cd00aa523c4d2dd58723ee03cc70c117e23fdbad Mon Sep 17 00:00:00 2001 From: Sergey Ignatov Date: Wed, 7 Aug 2024 12:55:36 +0200 Subject: [PATCH] Add build plugin configuration for Gradle Introduces a new run configuration file for building the plugin using Gradle. This setup includes environment settings and specifies tasks such as `clean` and `buildPlugin`. --- .idea/runConfigurations/Build_Plugin.xml | 30 ++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .idea/runConfigurations/Build_Plugin.xml diff --git a/.idea/runConfigurations/Build_Plugin.xml b/.idea/runConfigurations/Build_Plugin.xml new file mode 100644 index 000000000..3d6f2b4df --- /dev/null +++ b/.idea/runConfigurations/Build_Plugin.xml @@ -0,0 +1,30 @@ + + + + + + + + true + true + false + false + + + \ No newline at end of file