Commit d64207c
committed
[IDEA] Enforce clean dependency refresh for Gradle Dependencies (elastic#136490)
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 43bbcb3 commit d64207c
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