Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use releases of LSP4MP 0.12.0 + Quarkus LS 0.19.0 #1372

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading