-
Notifications
You must be signed in to change notification settings - Fork 0
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
MARP-1481 convert to Ivy 12 #11
MARP-1481 convert to Ivy 12 #11
Conversation
.github/workflows/ci.yml
Outdated
with: | ||
javaVersion: 21 | ||
mvnVersion: 3.9.8 |
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.
instead of writing these new defaults into each and every connector we're upgrading we should rather update the shared pipelines .... by introducing a new version with the new defaults.
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.
Thanks Reguel, I will try to introduce a new version with the new defaults.
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.
perfect, thanks @tvtphuc-axonivy
You will find the pipelines here: https://github.com/axonivy-market/github-workflows/blob/master/.github/workflows/ci.yml
I can't remember who contributed to them the last time, but at least one of your mates should have some experience here which you may involve.
@@ -9,4 +9,4 @@ on: | |||
|
|||
jobs: | |||
build: | |||
uses: axonivy-market/github-workflows/.github/workflows/ci.yml@v4 | |||
uses: axonivy-market/github-workflows/.github/workflows/ci.yml@v5 |
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.
please update the dev.yml as well; to consume @v5 with 13.1 artifacts.
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.
Thank @ivy-rew , I will update it
Hi @tvtphuc-axonivy when uploading a doc to sign in the 'Upload document for signing' process, still 1 error at writeBinary() api appear in the project |
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.
LGTM
No description provided.