Commit af76cf3
authored
Use path separator for git path in transport resources (elastic#133228)
When looking up files from main in transport resources, the system
dependent path is used. However, the beginning slash also needs to be
system dependent.1 parent a8d6582 commit af76cf3
File tree
1 file changed
+3
-1
lines changed- build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/transport
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
202 | | - | |
| 203 | + | |
| 204 | + | |
203 | 205 | | |
204 | 206 | | |
205 | 207 | | |
| |||
0 commit comments