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)

Reply via email to