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 9fe6f76 commit 1364814Copy full SHA for 1364814
src/main/kotlin/org/javacs/kt/classpath/GradleDependencyResolver.kt
@@ -52,7 +52,7 @@ private fun getGradleCommand(workspace: Path): Path {
52
}
53
54
private fun readDependenciesViaGradleCLI(projectDirectory: Path): Set<Path>? {
55
- LOG.info("Attempting dependency resolution through CLI...")
+ LOG.info("Resolving dependencies for {} through Gradle's CLI...", projectDirectory.fileName)
56
val config = createTemporaryGradleFile()
57
val gradle = getGradleCommand(projectDirectory)
58
val cmd = "$gradle -I ${config.absolutePath} kotlinLSPDeps --console=plain"
0 commit comments