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 651d4b8 commit a31ea0eCopy full SHA for a31ea0e
server/src/main/kotlin/org/javacs/kt/compiler/Compiler.kt
@@ -153,7 +153,7 @@ private val DEFAULT_IMPORT = listOf(
153
"org.gradle.api.tasks.testing.*",
154
"org.gradle.api.tasks.testing.junit.*",
155
"org.gradle.api.tasks.testing.junitplatform.*",
156
- "org.gradle.api.tasks.testing.testng.*",
+ "org.gradle.api.tasks.testing.testing.*",
157
"org.gradle.api.tasks.util.*",
158
"org.gradle.api.tasks.wrapper.*",
159
"org.gradle.authentication.*",
0 commit comments