Could this error be linked to running refreshVersi...
# refreshversions
d
Could this error be linked to running refreshVersions and migrate (on my CI build)?
Copy code
* What went wrong:
74s
17	Could not resolve all artifacts for configuration 'classpath'.
74s
18	> Could not resolve gradle.plugin.com.google.cloud.tools:jib-gradle-plugin:3.1.1.
74s
19	  Required by:
74s
20	      unspecified:unspecified:unspecified > com.google.cloud.tools.jib:com.google.cloud.tools.jib.gradle.plugin:3.1.1
74s
21	   > Could not resolve gradle.plugin.com.google.cloud.tools:jib-gradle-plugin:3.1.1.
74s
22	      > Could not get resource '<https://plugins.gradle.org/m2/gradle/plugin/com/google/cloud/tools/jib-gradle-plugin/3.1.1/jib-gradle-plugin-3.1.1.pom>'.
74s
23	         > Could not GET '<https://plugins.gradle.org/m2/gradle/plugin/com/google/cloud/tools/jib-gradle-plugin/3.1.1/jib-gradle-plugin-3.1.1.pom>'. Received status code 500 from server: Internal Server Error
74s
24	> Could not resolve de.fayard.refreshVersions:refreshVersions:0.20.0.
74s
25	  Required by:
74s
26	      unspecified:unspecified:unspecified > de.fayard.refreshVersions:de.fayard.refreshVersions.gradle.plugin:0.20.0
74s
27	   > Skipped due to earlier error
l
You're running the migration task in CI? 🤨
Search for "jib" in the issues, you'll see something which I believe is the same as yours, which I think has nothing to do with migration.
d
No... but now it seems like it worked. It's just the first commit to CI after the migration/refresh, the local build worked, but the CI failed with that error...
Probably, I just found
unspecified:unspecified:unspecified >
pretty weird...
I thought it looked more like a dependency problem...
e
Hmm, I also saw that
unspecified:unspecified:unspecified
thing today
Copy code
28> Could not resolve de.fayard.refreshVersions:refreshVersions-core:0.21.0.
77s
29  Required by:
77s
30      unspecified:unspecified:unspecified > de.fayard.refreshVersions:de.fayard.refreshVersions.gradle.plugin:0.21.0 > de.fayard.refreshVersions:refreshVersions:0.21.0
77s
31   > Could not resolve de.fayard.refreshVersions:refreshVersions-core:0.21.0.
77s
32      > Could not get resource '<https://plugins.gradle.org/m2/de/fayard/refreshVersions/refreshVersions-core/0.21.0/refreshVersions-core-0.21.0.pom>'.
77s
33         > Could not GET '<https://plugins.gradle.org/m2/de/fayard/refreshVersions/refreshVersions-core/0.21.0/refreshVersions-core-0.21.0.pom>'. Received status code 500 from server: Internal Server Error
l
It's server errors on the Gradle plugin portal
🙏 2
m
similar issue found, retrying my CI pipeline solved the issue