wooga / atlas-paket

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

Move getLockfile getter to PaketPluginExtension #26

Closed Larusso closed 6 years ago

Larusso commented 6 years ago

Description

Just a small refactor to keep the API clean. The paketUnity extension implemented a new getter getLockFile. It makes more sense to move this property to the base class/interface PaketPluginExtension.

Changes

IMPROVE move getLockFile property to PaketPluginExtension