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

Make publication validator part of the main gradle project #1820

Merged
merged 1 commit into from
Feb 21, 2020

Commits on Feb 21, 2020

  1. Make publication validator part of the project

    Before, publication validator was just lying nearby, in these
    files, and built and run separately. Now, it is compiled
    alongside the main project (in the `test` gradle configuration), so
    its breakage will be detected during normal usage. Still, it is
    only run when a special gradle property, `DeployVersion`, is
    defined.
    dkhalanskyjb committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    7f04b65 View commit details
    Browse the repository at this point in the history