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

fix configuration name clash and change default Eclipse artifact #79

Merged
merged 6 commits into from
Oct 24, 2023

Commits on Oct 24, 2023

  1. fix!: rename configuration due to name clash with Gradle

    Note: Workaround to add dependencies with old configuration name was
    the following
    
    ```
    dependencies.add('platform', <dependencyNotation>)
    ```
    stempler committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    187b27f View commit details
    Browse the repository at this point in the history
  2. fix: use current Eclipse version as default Eclipse artifact

    This replaces the minimal Eclipse product preferred so far, which
    produces wrong results in some cases, by omitting some plugins from
    created update sites.
    stempler committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    3864cc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d07edc3 View commit details
    Browse the repository at this point in the history
  4. build: add experimental build for minimal eclipse product

    Sadly the product resulting from the build does not work in its current
    state and fails to create the update site as intended.
    stempler committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    0033c7e View commit details
    Browse the repository at this point in the history
  5. docs: update changelog

    stempler committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    4cc2ba8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3caca05 View commit details
    Browse the repository at this point in the history