You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Jake Maes (JIRA)" <ji...@apache.org> on 2015/12/10 02:23:10 UTC

[jira] [Created] (SAMZA-837) Support Gradle 2.9

Jake Maes created SAMZA-837:
-------------------------------

             Summary: Support Gradle 2.9
                 Key: SAMZA-837
                 URL: https://issues.apache.org/jira/browse/SAMZA-837
             Project: Samza
          Issue Type: Bug
            Reporter: Jake Maes


While validating the Samza 10 RC2, I performed the following steps:

1. downloaded the latest Gradle (2.9), 
2. added it to my PATH
3. cd to the extracted RC directory
4. run 'gradle wrapper'
5. run 'gradle clean check'

It fails with checkstyle errors for indentation on lines 50-57 of StorageEngineFactory.java. 

This does not happen if I do the same with Gradle 2.2 or 2.3 on the PATH. 

It seems to suggest some kind of checkstyle variance depending on the gradle version.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)