Commit 8095342
authored
ci: stop using Google's Maven mirror in downstream checks (#12826)
For #12824. The
use of the Maven Central mirror is the causes of the failures:
`Error: Non-resolvable parent POM for
com.google.cloud:google-cloud-bigtable-parent:2.77.1: The following
artifacts could not be resolved:
com.google.cloud:sdk-platform-java-config:pom:3.59.0 (absent):
com.google.cloud:sdk-platform-java-config:pom:3.59.0 was not found in
https://maven-central.storage-download.googleapis.com/maven2/ during a
previous attempt. This failure was cached in the local repository and
resolution is not reattempted until the update interval of
google-maven-central has elapsed or updates are forced and
'parent.relativePath' points at no local POM @ line 14, column 13 ->
[Help 2]`
b/31927595#comment86 for the cause.1 parent 3750661 commit 8095342
File tree
2 files changed
+4
-2
lines changed- .github/workflows
- .kokoro
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
| |||
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments