Skip to content

Commit 2a0f90c

Browse files
Updated LCLS version to 2.3.1-SNAPSHOT and snapshot url change (#1364)
1 parent f914a3f commit 2a0f90c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ repositories {
5757
maven {
5858
url = "https://cache-redirector.jetbrains.com/download-pgp-verifier"
5959
}
60+
maven {
61+
url = "https://central.sonatype.com/repository/maven-snapshots/"
62+
}
6063
intellijPlatform {
6164
defaultRepositories()
6265
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ platformBundledPlugins=com.intellij.java, org.jetbrains.idea.maven, com.intellij
1616
lsp4JakartaVersion=0.2.3
1717
lsp4mpVersion=0.13.0
1818
lemminxVersion=0.26.1
19-
lclsLemminxVersion=2.3
20-
lclsVersion=2.3
19+
lclsLemminxVersion=2.3.1-SNAPSHOT
20+
lclsVersion=2.3.1-SNAPSHOT

0 commit comments

Comments
 (0)