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

Test coverage for Maven with Gradle Module Metadata #569

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Mar 23, 2021

  1. Bump Gradle wrapper to 6.1

     - This change does not require the consumer to use Gradle 6.1
     - Forthcoming opt-in features to improve metadata publishing will require Gradle 6.1 (linkedin#565)
     - Fixes to linkedin#561 require Gradle 5.4 or higher
    DPUkyle committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    ae86782 View commit details
    Browse the repository at this point in the history
  2. Fix linkedin#561 - cleanup task input/output issues

     - Consumers of the pegasus plugin must use Gradle 5.4+
       - `@ReplacedBy` annotation requires Gradle 5.4+
       - `o.g.w.InputChanges` API requires Gradle 5.4+
    DPUkyle committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    8c69f45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95ba811 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd1a263 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f461c10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    559c2c1 View commit details
    Browse the repository at this point in the history