aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikunj Arora <[email protected]>2025-04-10 14:18:55 +0300
committerNikunj Arora <[email protected]>2025-06-05 12:26:07 +0000
commitf7da6f543e2d74c87d5a55a15138b772f5ba9078 (patch)
tree43965e5257ef8b2d721bd3a433e3d9a5b091b1a0
parent1d5488572d571ef6eb851c15865e180dada966f0 (diff)
Upgrade the library versions to get rid of some warningsHEADdev
Change-Id: I56611c30e247b756fc043b09c708bb7513a47936 Reviewed-by: Assam Boudjelthia <[email protected]>
-rw-r--r--build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index e213439..e80252d 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -4,7 +4,7 @@ import java.util.Properties
plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version "2.1.0"
- id("org.jetbrains.intellij.platform") version "2.2.1"
+ id("org.jetbrains.intellij.platform") version "2.6.0"
}
repositories {
@@ -17,7 +17,7 @@ repositories {
dependencies {
intellijPlatform {
androidStudio("2024.1.2.13") // recommendation is to build with the lowest supported version
- plugin("com.redhat.devtools.lsp4ij:0.9.0")
+ plugin("com.redhat.devtools.lsp4ij:0.13.0")
bundledPlugin("org.jetbrains.android")
bundledPlugin("org.jetbrains.plugins.gradle")
pluginVerifier()