-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Fix problem locating build component #2103
ci: Fix problem locating build component #2103
Conversation
The transitive build script dependency `org.jfrog.buildinfo:build-info-extractor:2.3.2` cannot be found. This commit adds Groovy's artifactory repo to the build script repositories, to make the build find the missing dependency.
Related: grails/grails-core#13573 |
I see now, that this caused another build dependency problem instead, in the "Distribute Groovy SNAPSHOT" workflow:
|
Temporary - Patch GROOVY_3_0_X until apache/groovy#2103 is merged
Merged, Thanks! The trigger on pull_request is intentional. It doesn't load the generated artifacts into the normal snapshot repo but rather builds artifacts which are available at the bottom of the action run log, e.g. scroll to the bottom of: https://github.com/apache/groovy/actions/runs/10164041226 This makes it easier for us to test someone's PR when needed. Maybe "Generate Groovy SNAPSHOT" would be a better name than "Distribute Groovy SNAPSHOT". P.S.: We have a different CI job that actually pushes real snapshot artifacts to the real snapshot repo. |
…rged" This reverts commit 49eb631. As the problem with the Groovy build is now patched, this workaround can be removed. Related: #13578, apache/groovy#2103
…rged" (#13580) This reverts commit 49eb631. As the problem with the Groovy build is now patched, this workaround can be removed. Related: #13578, apache/groovy#2103
The transitive build script dependency
org.jfrog.buildinfo:build-info-extractor:2.3.2
cannot be found.This commit adds Groovy's artifactory repo to the build script repositories, to make the build find the missing dependency.
The problem started occurring in Grails
groovy-joint-workflow
Github action.Error message is: