summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--integration/intellij/README.md2
-rw-r--r--integration/intellij/build.gradle2
-rw-r--r--integration/intellij/settings.gradle2
3 files changed, 3 insertions, 3 deletions
diff --git a/integration/intellij/README.md b/integration/intellij/README.md
index dbf31fccc6e..36cefc22477 100644
--- a/integration/intellij/README.md
+++ b/integration/intellij/README.md
@@ -15,7 +15,7 @@ Preferences -> Plugins -> Press the gear icon -> Install Plugin from Disk.
## Building the plugin
- ./gradlew
+ gradle
This produces an installable plugin .zip in the directory build/distributions
diff --git a/integration/intellij/build.gradle b/integration/intellij/build.gradle
index 5a4200d0062..3c3f0a73e01 100644
--- a/integration/intellij/build.gradle
+++ b/integration/intellij/build.gradle
@@ -36,7 +36,7 @@ compileJava {
}
group 'ai.vespa'
-version '1.0.3'
+version '1.0.0'
sourceCompatibility = 11
diff --git a/integration/intellij/settings.gradle b/integration/intellij/settings.gradle
index 02eff8ccdfa..94afd49df08 100644
--- a/integration/intellij/settings.gradle
+++ b/integration/intellij/settings.gradle
@@ -1,4 +1,4 @@
-// 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.
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
// 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)