wooga / atlas-paket

Paket plugin for gradle
https://wooga.github.io/atlas-paket/
Apache License 2.0
0 stars 2 forks source link

Expose args property from AbstractPaketTask to all tasks #30

Closed Larusso closed 6 years ago

Larusso commented 6 years ago

Description

This pull request adds changes to allow all possible additional paket command switches be set through the gradle tasks. The most important switches are implemented already within the task interface. But some optional switches are not. We don't want to add a big support list of all possible commandline options at the time, the users of the tasks can configure these options themself.

Changes

IMPROVE paket tasks interface

marcolink commented 6 years ago

Do we have to reflect these additions in any readme file?

Larusso commented 6 years ago

I would keep it as open internal for now. I just wanted to add it as a possible way to attack future compatibility breaks.

marcolink commented 6 years ago

👍