You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Shanthoosh Venkataraman (JIRA)" <ji...@apache.org> on 2018/02/23 00:04:00 UTC

[jira] [Created] (SAMZA-1595) Fix scalacCompileOptions format to build with zinc scala compiler.

Shanthoosh Venkataraman created SAMZA-1595:
----------------------------------------------

             Summary: Fix scalacCompileOptions format to build with zinc scala compiler.
                 Key: SAMZA-1595
                 URL: https://issues.apache.org/jira/browse/SAMZA-1595
             Project: Samza
          Issue Type: Improvement
            Reporter: Shanthoosh Venkataraman
            Assignee: Shanthoosh Venkataraman


Zinc scala compiler(part of gradle version >= 3.0) expects the scala compilation arguments as a list(where each compilation argument is an element of the list).

In samza, the compilation arguments are concatenated into a single string and passed to the compiler.

This causes build failures when samza is built with gradle version > 3.0.

Existing ant scala compiler used to build samza in open source accepts the compilation arguments  as both list and string.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)