From f4e183401976caaa025c768986068f24d244bcf6 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Mon, 13 Dec 2021 12:24:35 +0100 Subject: Support IntelliJ 213 --- integration/intellij/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'integration/intellij/build.gradle') diff --git a/integration/intellij/build.gradle b/integration/intellij/build.gradle index 1bad25e051a..2d5ad1f33d6 100644 --- a/integration/intellij/build.gradle +++ b/integration/intellij/build.gradle @@ -36,7 +36,7 @@ compileJava { } group 'ai.vespa' -version '1.0.1' // Also update pom.xml version if this is changed +version '1.0.2' // Also update pom.xml version if this is changed sourceCompatibility = 11 @@ -61,10 +61,10 @@ buildSearchableOptions { patchPluginXml { version = project.version sinceBuild = '203' - untilBuild = '212.*' + 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""" } test { -- cgit v1.2.3