You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by h2gr <gi...@git.apache.org> on 2018/05/31 18:31:48 UTC

[GitHub] groovy pull request #736: Fix for the GROOVY-8421 issue.

GitHub user h2gr opened a pull request:

    https://github.com/apache/groovy/pull/736

    Fix for the GROOVY-8421 issue.

    Avoiding Gradle deprecation warnings about registering invalid task inputs by not adding the checkstyle HTML report generation task in subprojects with no Java source files.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/h2gr/groovy GROOVY-8421

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/groovy/pull/736.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #736
    
----
commit a6eca020ef2d3f6a3478c392c13e75d0932d5f22
Author: H2 <ha...@...>
Date:   2018-05-31T18:29:25Z

    Avoiding Gradle deprecation warnings about registering invalid task inputs by not adding the checkstyle HTML report generation task in subprojects with no Java source files.
    
    Fixes the GROOVY-8421 issue.

----


---

[GitHub] groovy pull request #736: Fix for the GROOVY-8421 issue.

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/groovy/pull/736


---