Skip to content

Commit e53f462

Browse files
committed
fix: module caching on gradle
1 parent 52fccb1 commit e53f462

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/kotlin/org/kotlinlsp/buildsystem

1 file changed

+1
-1
lines changed

app/src/main/kotlin/org/kotlinlsp/buildsystem/Gradle.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class GradleBuildSystem(
117117
testDependencies.add(sourceModule)
118118

119119
val testModule = SourceModule(
120-
id = module.name,
120+
id = "${module.name}-test",
121121
project = project,
122122
contentRoots = testDirs,
123123
dependencies = testDependencies,

0 commit comments

Comments
 (0)