We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f48d8c commit b4a1467Copy full SHA for b4a1467
server/src/main/resources/kotlinDSLClassPathFinder.gradle
@@ -3,7 +3,7 @@ import org.gradle.internal.classpath.ClassPath
3
4
allprojects { project ->
5
task kotlinLSPKotlinDSLDeps {
6
- def pattern = ~/^(?:gradle-(?:kotlin-dsl|core)|kotlin-(?:compiler|stdlib)).*\.jar/
+ def pattern = ~/^(?:gradle-(?:kotlin-dsl|base-services|core)|kotlin-(?:compiler|stdlib)).*\.jar/
7
doLast {
8
(fileTree("$gradle.gradleHomeDir/lib") + fileTree("$gradle.gradleUserHomeDir/caches/$gradle.gradleVersion/generated-gradle-jars"))
9
.findAll { it.name =~ pattern }
0 commit comments