From 8bfd20d41618808cb5f0a6e0208240214d7c14aa Mon Sep 17 00:00:00 2001 From: azerr Date: Wed, 23 Oct 2024 14:27:14 +0200 Subject: [PATCH] build: use release of LSP4MP 0.13.0 + Quarkus LS 0.20.0 Signed-off-by: azerr --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 5b17762d8..552e933df 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,9 +18,9 @@ platformPlugins=com.intellij.java, maven, gradle-java, properties, yaml, com.red gradleVersion=8.6 channel=nightly quarkusVersion=3.15.1 -lsp4mpVersion=0.13.0-SNAPSHOT -quarkusLsVersion=0.19.2-SNAPSHOT -quteLsVersion=0.19.2-SNAPSHOT +lsp4mpVersion=0.13.0 +quarkusLsVersion=0.20.0 +quteLsVersion=0.20.0 # Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib kotlin.stdlib.default.dependency=false # Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html