Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
Update "@sap/cds-lsp" node library and supported JetBrains IDE versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimio committed May 20, 2024
1 parent 5db6d90 commit 67d1774
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 50 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "com.cds.lsp.plugin"
version = "1.0-SNAPSHOT"
version = "1.0.1"

repositories {
mavenCentral()
Expand All @@ -16,7 +16,7 @@ repositories {
// Configure Gradle IntelliJ Plugin
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
intellij {
version.set("2023.2")
version.set("2024.1.1")
type.set("IU") // Target IDE Platform

plugins.set(listOf("JavaScript"))
Expand Down Expand Up @@ -44,7 +44,7 @@ tasks {

patchPluginXml {
sinceBuild.set("231")
untilBuild.set("241.*")
untilBuild.set("242.*")
}

signPlugin {
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ org.gradle.configuration-cache = true

# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
org.gradle.caching = true
platformVersion = 2023.3
pluginSinceBuild = 232
pluginUntilBuild = 232.*
platformVersion = 2024.1
pluginSinceBuild = 231
pluginUntilBuild = 242.*
93 changes: 50 additions & 43 deletions language-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"@sap/cds-lsp": "^7.4.0"
"@sap/cds-lsp": "^7.9.0"
}
}

0 comments on commit 67d1774

Please sign in to comment.