aboutsummaryrefslogtreecommitdiffstats
path: root/integration
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2021-11-18 23:09:03 +0100
committerJon Bratseth <bratseth@gmail.com>2021-11-18 23:09:03 +0100
commit1eee8beda1dcdd7f5faa49136c38824c2a443e3b (patch)
treec884ca2328e686e327fbe03b3f5b707a3e802b10 /integration
parentc978c9e29652b24b7f31ed545c1c0e48a17464ec (diff)
Minor fixes
Diffstat (limited to 'integration')
-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)