[
https://issues.apache.org/jira/browse/SAMZA-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yi Pan (Data Infrastructure) resolved SAMZA-1595.
-------------------------------------------------
Resolution: Fixed
> 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
> Priority: Major
>
> 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)