Skip to content

Commit

Permalink
feat: Use Qute LS 0.16.0 snapshot.
Browse files Browse the repository at this point in the history
Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr committed Jul 24, 2023
1 parent c11fd4e commit e167f5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ dependencies {
lsp ("com.redhat.microprofile:com.redhat.quarkus.ls:$quarkusLsVersion") {
transitive = false
}
implementation "com.redhat.microprofile:com.redhat.qute.ls:$quarkusLsVersion"
lsp ("com.redhat.microprofile:com.redhat.qute.ls:$quarkusLsVersion:uber") {
implementation "com.redhat.microprofile:com.redhat.qute.ls:$quteLsVersion"
lsp ("com.redhat.microprofile:com.redhat.qute.ls:$quteLsVersion:uber") {
transitive = false
}
implementation files(new File(buildDir, 'server')) {
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ jetBrainsChannel=stable
quarkusVersion=3.1.2.Final
lsp4mpVersion=0.8.0
quarkusLsVersion=0.15.0
quteLsVersion=0.16.0-SNAPSHOT
kotlin.stdlib.default.dependency = false

0 comments on commit e167f5f

Please sign in to comment.