Skip to content
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

platform artifact without mps-extensions #2204

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 1, 2022

  1. build: add separate platform artifact

    Added a new artifact to the mbeddr platform that doesn't repackage
    mps-extensions. It exposes the dependency to mps-extensions via the pom.
    This allows consumers of the artefact to decided which mps-extensions
    version they would like to use.
    
    This change breaks existing build scripts because of the new MPS build
    solution that does only build the mbeddr platform. To fix this open the
    build script in MPS and press F5 to fix all the references.
    
    The artefact that repackaged mps-extensions is still present and remains
    untouched. Down stream projects do not need to change their gradle scripts.
    coolya committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    99b6a1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49086ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d120e1 View commit details
    Browse the repository at this point in the history