From 9a43dcda1ed2675c496e9b2daaacdc940f6d362d Mon Sep 17 00:00:00 2001 From: azerr Date: Wed, 4 Dec 2024 05:41:34 +0100 Subject: [PATCH] chore : use Quarkus / Qute LS 0.21.0 release. Signed-off-by: azerr --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index ee7e61c52..398cf1888 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,8 +19,8 @@ gradleVersion=8.6 channel=nightly quarkusVersion=3.15.1 lsp4mpVersion=0.13.0 -quarkusLsVersion=0.21.0-SNAPSHOT -quteLsVersion=0.21.0-SNAPSHOT +quarkusLsVersion=0.21.0 +quteLsVersion=0.21.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