Skip to content

Commit

Permalink
chore: use releases of LSP4MP 0.12.0 + Quarkus LS 0.19.0
Browse files Browse the repository at this point in the history
Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr committed Aug 26, 2024
1 parent b4967c0 commit 70bfbd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ version = prop("pluginVersion")

val quarkusVersion = prop("quarkusVersion")
val lsp4mpVersion = prop("lsp4mpVersion")
val quarkusLsVersion = prop("lsp4mpVersion")
val quarkusLsVersion = prop("quarkusLsVersion")
val quteLsVersion = prop("quteLsVersion")
// Configure project's dependencies
repositories {
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ platformPlugins=com.intellij.java, maven, gradle-java, properties, yaml, com.red
gradleVersion=8.6
channel=nightly
quarkusVersion=3.1.2.Final
lsp4mpVersion=0.12.0-SNAPSHOT
quarkusLsVersion=0.19.0-SNAPSHOT
quteLsVersion=0.19.0-SNAPSHOT
lsp4mpVersion=0.12.0
quarkusLsVersion=0.19.0
quteLsVersion=0.19.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
Expand Down

0 comments on commit 70bfbd0

Please sign in to comment.