-
Notifications
You must be signed in to change notification settings - Fork 28
Merge maintenance/mps20241 into maintenance/mps20251 #1551
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
Migrate buildscript to Kotlin
…/mps20232 # Conflicts: # build.gradle
Merge maintenance/mps20232 into maintenance/mps20241
…riability_base_1547
…lity_base_1547 Feature/remove deprecated variability base 1547
…/mps20241 # Conflicts: # build.gradle
3724f79 to
fe83452
Compare
Excluded dependencies will not be written into the POM. This is needed so that dependency analysis on the client side works on the correct set of dependencies. If clients manually compute transitive dependencies they do not know about our exclusions.
build: put all transitive dependencies as provided in the POM as well
sergej-koscejev
left a comment
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.
Changes to the build look good
|
@mhuster23 we need need to take care about anything else in the build? |
Not in this branch. LGTM |
arimer
left a comment
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.
Lets go! 🚀
Merge changes from
maintenance/mps20241tomaintenance/mps20251.