Commit 2b04ca6
authored
Avoid using autogenerated project name with docker compose plugin (elastic#93015)
The docker-compose plugin uses randomized auto-generated project names
for test fixtures. This can cause issues on some platforms where it will
generate an invalid identifier. This commit simply configures the plugin
to use the gradle project name for docker compose.1 parent 3fa7842 commit 2b04ca6
File tree
1 file changed
+1
-0
lines changed- build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/testfixtures
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| |||
0 commit comments