File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff 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
298rootProject.name = " kotlin-language-server"
You can’t perform that action at this time.
0 commit comments