aboutsummaryrefslogtreecommitdiffstats
path: root/integration/intellij/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'integration/intellij/build.gradle.kts')
-rw-r--r--integration/intellij/build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/integration/intellij/build.gradle.kts b/integration/intellij/build.gradle.kts
index 8bc29164a35..0fd879d18d4 100644
--- a/integration/intellij/build.gradle.kts
+++ b/integration/intellij/build.gradle.kts
@@ -1,10 +1,10 @@
-// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
import org.jetbrains.grammarkit.tasks.GenerateLexerTask
import org.jetbrains.grammarkit.tasks.GenerateParserTask
plugins {
id("java-library")
- id("org.jetbrains.intellij") version "1.15.0"
+ id("org.jetbrains.intellij") version "1.16.0"
id("org.jetbrains.grammarkit") version "2022.3.2"
id("maven-publish") // to deploy the plugin into a Maven repo
}