You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by valdisrigdon <gi...@git.apache.org> on 2016/10/07 14:10:50 UTC

[GitHub] kafka pull request #1988: Commits the Gradle wrapper jar/properties file

GitHub user valdisrigdon opened a pull request:

    https://github.com/apache/kafka/pull/1988

    Commits the Gradle wrapper jar/properties file

    Per the Gradle user guide, https://docs.gradle.org/current/userguide/gradle_wrapper.html,
    it's recommended that these are committed into version control. 
    
    This allows for out-of-the-box running of `gradlew` or `gradlew.bat`.

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

    $ git pull https://github.com/valdisrigdon/kafka add_gradle_wrapper

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

    https://github.com/apache/kafka/pull/1988.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 #1988
    
----
commit 9e81c9b6583ec7a983efa0b1a1e63b5552d91879
Author: Valdis Rigdon <va...@appian.com>
Date:   2016-10-07T14:08:17Z

    Commits the Gradle wrapper jar/properties file
    
    Per the Gradle user guide, https://docs.gradle.org/current/userguide/gradle_wrapper.html,
    it's recommended that these are committed into version control.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---