summaryrefslogtreecommitdiffstats
path: root/integration/intellij/settings.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'integration/intellij/settings.gradle')
-rw-r--r--integration/intellij/settings.gradle5
1 files changed, 5 insertions, 0 deletions
diff --git a/integration/intellij/settings.gradle b/integration/intellij/settings.gradle
new file mode 100644
index 00000000000..02eff8ccdfa
--- /dev/null
+++ b/integration/intellij/settings.gradle
@@ -0,0 +1,5 @@
+// Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
+
+// This sets the name of the generated zip file uploadable to Intellij Marketplace
+// (But not the actual *name* of the plugin, which is the name in plugin.xml)
+rootProject.name = 'vespa'