From 004ac86f2a0e557599bf14440035e0e107cf5184 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Mon, 21 Feb 2022 10:45:27 +0100 Subject: Make compatible with older IntelliJ's --- integration/intellij/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'integration/intellij/build.gradle') diff --git a/integration/intellij/build.gradle b/integration/intellij/build.gradle index 53959d45a87..9815a7029d4 100644 --- a/integration/intellij/build.gradle +++ b/integration/intellij/build.gradle @@ -36,7 +36,7 @@ compileJava { } group 'ai.vespa' -version '1.1.0' // Also update pom.xml version if this is changed +version '1.1.1' // Also update pom.xml version if this is changed sourceCompatibility = 11 @@ -64,7 +64,7 @@ patchPluginXml { untilBuild = '213.*' // in changeNotes you can add a description of the changes in this version (would appear in the plugin page in preferences\plugins) changeNotes = """ - Support IntelliJ 213""" + Full support for .profile files. Support finding usages and go to definition across files.""" } test { -- cgit v1.2.3