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 c3274df commit b9c5640Copy full SHA for b9c5640
test/org/jetbrains/sbt/annotator/SbtAnnotatorTest.scala
@@ -86,7 +86,7 @@ abstract class SbtAnnotatorTestBase extends AnnotatorTestBase with MockSbt {
86
projectSettings.setExternalProjectPath(getProject.getBasePath)
87
projectSettings.setModules(java.util.Collections.singleton(getModule.getModuleFilePath))
88
SbtSystemSettings.getInstance(getProject).linkProject(projectSettings)
89
-// getModule.setOption(ExternalSystemConstants.ROOT_PROJECT_PATH_KEY, getProject.getBasePath)
+ getModule.setOption("external.root.project.path", getProject.getBasePath) // todo get rid of the deprecated method call
90
}
91
92
private def addTestFileToModuleSources(): Unit = {
0 commit comments