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 8f0c752 commit 197e89fCopy full SHA for 197e89f
plugins/toolkit/jetbrains-core/tst/software/aws/toolkits/jetbrains/utils/JavaTestUtils.kt
@@ -171,7 +171,7 @@ private fun HeavyJavaCodeInsightTestFixtureRule.copyGradleFiles() {
171
val gradleRoot = findGradlew()
172
173
// annoying and can't repro locally
174
- VfsRootAccess.allowRootAccess(this.fixture.testRootDisposable, gradleRoot.toString())
+ VfsRootAccess.allowRootAccess(this.fixture.testRootDisposable, gradleRoot.toRealPath().toString())
175
176
val gradleFiles = setOf("gradle/wrapper", "gradlew.bat", "gradlew")
177
0 commit comments