-
Notifications
You must be signed in to change notification settings - Fork 1
#27: Migrated to maven build tool #28
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
|
Kudos, SonarCloud Quality Gate passed!
|
| matrix: | ||
| include: | ||
| - { scala-version: 'scala2.12', pk-skip: true } | ||
| - { scala-version: 'scala2.13', pk-skip: false } |
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.
why does it skip pgp for 2.13?
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.
Skip is for project-keeper, okay I am going to rename it.
The main issue is that for dependency artifacts have _2.12 or _2.13 compatibility suffix. By default we use 2.13 version, but when I cross compile for other versions, these dependencies are not in changes or dependencies files (because of changed suffix). So I skip project-keeper checks for them.
Co-authored-by: jakobbraun <jakob.braun@posteo.de>
|
Kudos, SonarCloud Quality Gate passed!
|








Fixes #27.