Skip to content

Commit c6aaf4a

Browse files
committed
chore: remove useless config
1 parent 3595c91 commit c6aaf4a

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

settings.gradle.kts

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,6 @@ pluginManagement {
33
gradlePluginPortal()
44
maven("https://cache-redirector.jetbrains.com/kotlin.bintray.com/kotlin-plugin")
55
}
6-
7-
// Centralize plugin versions.
8-
// Ensure these plugins use the same version from the /gradle/platform/build.gradle.kts
9-
// otherwise you'll get an exception during Gradle's configuration phase
10-
// stating that the plugin with the specified (or unspecified) version
11-
// cannot be found.
12-
//
13-
// Once declared here, subsequent plugin blocks in the build don't require
14-
// a version to be applied. They inherit the versions from the following
15-
// block.
16-
//
17-
// This can be verified by running the dependencies task via
18-
// ./gradlew dependencies
19-
plugins {
20-
id("application") apply false
21-
id("maven-publish") apply false
22-
23-
kotlin("jvm") version "1.8.10" apply false
24-
id("com.github.jk1.tcdeps") version "1.2" apply false
25-
id("com.jaredsburrows.license") version "0.8.42" apply false
26-
}
276
}
287

298
rootProject.name = "kotlin-language-server"

0 commit comments

Comments
 (0)