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

Introduce tooling support tests #1431

Merged
merged 7 commits into from
May 27, 2018
Merged

Commits on May 26, 2018

  1. Introduce platform tooling support tests

    Closes #1429
    sormuras committed May 26, 2018
    Configuration menu
    Copy the full SHA
    07c5c35 View commit details
    Browse the repository at this point in the history
  2. Unset _JAVA_OPTIONS because they interfere with tooling support tests

    Enable Gradle 4.7 test only on Java 10 and prevent Jenkins to mark
    successful builds as unstable by setting gradle projects buildDir to
    'bin' instead of using the default 'build'.
    sormuras committed May 26, 2018
    Configuration menu
    Copy the full SHA
    5cbe3ef View commit details
    Browse the repository at this point in the history
  3. Add Maven project and make tooling tests an opt-in feature

    System property 'platform.tooling.support.tests.enabled' must be set to
    'true' in order to execute the integration tests.
    sormuras committed May 26, 2018
    Configuration menu
    Copy the full SHA
    479b5a7 View commit details
    Browse the repository at this point in the history
  4. Publish artifacts to local maven repository

    Run tooling support tests after publishing to local maven repository.
    sormuras committed May 26, 2018
    Configuration menu
    Copy the full SHA
    5506c91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92dc2cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7114328 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2018

  1. Polishing

    sormuras committed May 27, 2018
    Configuration menu
    Copy the full SHA
    1fdcef0 View commit details
    Browse the repository at this point in the history