-
Notifications
You must be signed in to change notification settings - Fork 20
Import hacbs-build-recipes-database #396
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
Conversation
a30f886 to
f689edd
Compare
f689edd to
e018edc
Compare
| import com.redhat.hacbs.recipes.GAV; | ||
| import com.redhat.hacbs.recipes.scm.GitScmLocator; | ||
| import com.redhat.hacbs.recipes.scm.RepositoryInfo; | ||
| import com.redhat.hacbs.recipes.scm.ScmLocator; | ||
| import com.redhat.hacbs.recipes.scm.TagInfo; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The HACBS folks renamed the packages after their last release. The backwards compatibility is broken already, so we may freely rename the packages to io.quarkus.domino.recipes in the next step. WDYT, @aloubyansky ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we could do it right away. Thanks @ppalaga
….recipes to io.quarkus.domino.recipes
|
|
I cannot reproduce the CI failure locally. Could it be just an intermittent failure, @aloubyansky? |
|
It seems like it needs more than 30 sec to download sample app's dependencies. Something has changed. |
Import hacbs-build-recipes-database from
redhat-appstudio/jvm-build-service@2c6ae28