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

Migrate away from Gradle's TaskInternal#execute to our own method #208

Merged
merged 3 commits into from
Feb 21, 2018

Commits on Feb 20, 2018

  1. Migrate away from Gradle-internal Task#execute to our own method

    Previously, plugin-gradle's tests produced warning messages saying that
    "The TaskInternal.execute() method has been deprecated and is scheduled
    to be removed in Gradle 5.0". This commit is an attempt to fix that so
    that we're better prepared to migrate to Gradle 5.0 when it arrives.
    jbduncan committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    43dbcb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ecc962 View commit details
    Browse the repository at this point in the history
  3. Apply Spotless

    jbduncan committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    591f5c1 View commit details
    Browse the repository at this point in the history