Commit baaf23d
authored
[IDEA] Enforce clean dependency refresh for Gradle Dependencies (elastic#136490) (elastic#136524)
We enforce a full rewrite of module dependencies. We have seen problems with idea
classpaths when major dependency updates have been made (e.g. lucene updates). This
should avoid keeping stale dependencies on the idea classpath causing trouble for
our engineers.1 parent 0700241 commit baaf23d
File tree
1 file changed
+11
-0
lines changed- build-tools-internal/src/main/groovy
1 file changed
+11
-0
lines changedLines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
24 | 35 | | |
25 | 36 | | |
26 | 37 | | |
| |||
0 commit comments