summaryrefslogtreecommitdiffstats
path: root/integration/intellij/build.gradle.kts
diff options
context:
space:
mode:
authorGjøran Voldengen <gjoranv@gmail.com>2024-02-06 14:02:32 +0100
committerGitHub <noreply@github.com>2024-02-06 14:02:32 +0100
commit9ae25d8c35f7a15fdb8f45eee4ca34afe8cd483a (patch)
tree78885b1b45b65a5639a33944b8b5c6b25df56e76 /integration/intellij/build.gradle.kts
parent26755ad52d1165f2c01f4665bb59394bc6309d4f (diff)
parent31077d9604a88286b322edfd15e09d84ebdaf046 (diff)
Merge pull request #30195 from vespa-engine/bratseth/jetbrains-plugin-compatibility
Release 1.6
Diffstat (limited to 'integration/intellij/build.gradle.kts')
-rw-r--r--integration/intellij/build.gradle.kts11
1 files changed, 6 insertions, 5 deletions
diff --git a/integration/intellij/build.gradle.kts b/integration/intellij/build.gradle.kts
index 39eb867e964..922c3aa1a19 100644
--- a/integration/intellij/build.gradle.kts
+++ b/integration/intellij/build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
}
group="ai.vespa"
-version="1.5.0" // Also update pom.xml version AND the version below if this is changed
+version="1.6.0" // Also update pom.xml version AND the version below if this is changed
defaultTasks("buildPlugin")
@@ -43,7 +43,7 @@ sourceSets {
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
- version.set("2023.2")
+ version.set("2023.3")
}
tasks {
@@ -55,11 +55,12 @@ tasks {
}
patchPluginXml {
- version.set("1.5.0") // Keep in sync with pom.xml TODO: Use one version property
- sinceBuild.set("232")
+ version.set("1.6.0") // Keep in sync with pom.xml TODO: Use one version property
// Appears on the plugin page in preferences/plugins
changeNotes.set("""
- Support for IntelliJ 2023.2
+ Updated Vespa icon
+ Support for IntelliJ 2023.3
+ Compatibility with all JetBrains IDEs
""")
}