Commit 3ca7395
authored
simplify x-pack/build.gradle (#18381)
There is no need to apply rubyUtils.gradle to `x-pack/build.gralde`, which defined the entire set of tasks from the former into the latter. This can lead to confusing situations like running `./gradlew downloadAndInstallJRuby` installing JRuby twice (once in project root and another in x-pack/) since gradle will run all tasks matching that name.1 parent d9fda37 commit 3ca7395
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
65 | | - | |
| 64 | + | |
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
| |||
0 commit comments