From 31c39559406539d69b679682baa4f5ca5bd64b44 Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Wed, 15 May 2019 22:04:08 +0300 Subject: [PATCH] Build: Add workaround dist root artifact referencing auto-generated dist We can't set output-path and build-on-make from idea-ext plugin --- .idea/artifacts/dist_root.xml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .idea/artifacts/dist_root.xml diff --git a/.idea/artifacts/dist_root.xml b/.idea/artifacts/dist_root.xml new file mode 100644 index 00000000000..a75a0e0cecc --- /dev/null +++ b/.idea/artifacts/dist_root.xml @@ -0,0 +1,8 @@ + + + $PROJECT_DIR$/dist + + + + + \ No newline at end of file