super-app-showcase icon indicating copy to clipboard operation
super-app-showcase copied to clipboard

fix: resolve junctions on Windows

Open jbroma opened this issue 1 year ago • 0 comments

Summary

Closes #109

This is partial solution to the problem in #109 - the custom gradle script is now able to resolve symlinks (junctions) on Windows correctly when resolving react native related gradle scripts.

Despite this fix, building on Windows is still blocked by https://github.com/gradle/gradle/issues/28974 and it's not possible to revert to Gradle 8.5 (which doesn't have this problem) due to RN constraints

Test plan

  • [ ] - builds for android on Windows succesfully

jbroma avatar Dec 13 '24 10:12 jbroma