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

Conversation

jbduncan
Copy link
Member

As per the commit message, the purpose of this PR is as follows:

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.

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.
@nedtwigg
Copy link
Member

LGTM. Squash and merge at will.

@jbduncan jbduncan merged commit 4d28488 into diffplug:master Feb 21, 2018
@jbduncan
Copy link
Member Author

Ta! :)

@jbduncan jbduncan changed the title Migrate away from Gradle-internal Task#execute to our own method Migrate away from Gradle's TaskInternal#execute to our own method Feb 21, 2018
@jbduncan jbduncan deleted the migrate-from-task-execute-internal branch February 21, 2018 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants