Commit 0c40353
authored
Override a Maven repository using mavenCentralMirror (#1323)
Motivation:
`mavenCentralMirror` was introduced in gradle-scripts to override the
Maven repository, but Central Dogma does not apply this change to its
own build.gradle files.
Modifications:
- Respect `mavenCentralMirror` to override `mavenCentral()` in
build.gradle
Result:
We can use `mavenCentralMirror` to change the Maven repository URL when
building Central Dogma.1 parent 6816166 commit 0c40353
2 files changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
| |||
0 commit comments