Commit 0033614
authored
[3.4] Prevent use of shared distribution on gradle builds (#20227)
* Prevent use of shared distribution on gradle builds
Signed-off-by: Daniel Widdis <widdis@gmail.com>
* Test the new workaround condition
Signed-off-by: Daniel Widdis <widdis@gmail.com>
---------
Signed-off-by: Daniel Widdis <widdis@gmail.com>1 parent 62c3bdc commit 0033614
File tree
2 files changed
+6
-2
lines changed- buildSrc/src
- integTest/groovy/org/opensearch/gradle
- main/java/org/opensearch/gradle/testclusters
2 files changed
+6
-2
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
125 | 127 | | |
126 | 128 | | |
127 | 129 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
590 | 590 | | |
591 | 591 | | |
592 | 592 | | |
593 | | - | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
594 | 596 | | |
595 | 597 | | |
596 | 598 | | |
| |||
0 commit comments