Skip to content

Commit

Permalink
update to language server plugin 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Azpillaga committed Jan 2, 2025
1 parent ab753dd commit 014cdf1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
4 changes: 0 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat

allprojects {
group = "com.strumenta.kuki"
repositories {
mavenLocal()
mavenCentral()
}
}

tasks.wrapper {
Expand Down
2 changes: 1 addition & 1 deletion language-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.nio.file.Files

plugins {
id("org.jetbrains.kotlin.jvm") version "1.8.22"
id("com.strumenta.kolasu.language-server-plugin") version "1.0.5-SNAPSHOT"
id("com.strumenta.kolasu.language-server-plugin") version "1.0.5"
}

dependencies {
Expand Down
8 changes: 0 additions & 8 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
rootProject.name = "kuki"

include("ast", "language-server")

pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
mavenCentral()
}
}

0 comments on commit 014cdf1

Please sign in to comment.