Skip to content

Commit 197e89f

Browse files
committed
resolve
1 parent 8f0c752 commit 197e89f

File tree

1 file changed

+1
-1
lines changed
  • plugins/toolkit/jetbrains-core/tst/software/aws/toolkits/jetbrains/utils

1 file changed

+1
-1
lines changed

plugins/toolkit/jetbrains-core/tst/software/aws/toolkits/jetbrains/utils/JavaTestUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ private fun HeavyJavaCodeInsightTestFixtureRule.copyGradleFiles() {
171171
val gradleRoot = findGradlew()
172172

173173
// annoying and can't repro locally
174-
VfsRootAccess.allowRootAccess(this.fixture.testRootDisposable, gradleRoot.toString())
174+
VfsRootAccess.allowRootAccess(this.fixture.testRootDisposable, gradleRoot.toRealPath().toString())
175175

176176
val gradleFiles = setOf("gradle/wrapper", "gradlew.bat", "gradlew")
177177

0 commit comments

Comments
 (0)