From 1eee8beda1dcdd7f5faa49136c38824c2a443e3b Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Thu, 18 Nov 2021 23:09:03 +0100 Subject: Minor fixes --- integration/intellij/README.md | 2 +- integration/intellij/build.gradle | 2 +- integration/intellij/settings.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'integration') 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) -- cgit v1.2.3