Commit 7366554
SONARIAC-2741 Isolate tree-sitter native library extraction per module
Each module gets its own tree-sitter-lib directory under build/,
preventing parallel Gradle test JVMs from racing to extract the same
.dll to a shared path. This fixes intermittent LinkageError on Windows
caused by file locking during concurrent native library extraction.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f029d6a commit 7366554
File tree
1 file changed
+5
-0
lines changed- gradle-modules/src/main/kotlin
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
| |||
0 commit comments