wooga / atlas-paket

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

Add assembly definition strategies #48

Closed Larusso closed 5 years ago

Larusso commented 5 years ago

Description

This patch adds a configuration to the paket-unity extensions to configure handling of assembly definition files. In this first patch only two options are supported:

example:

build.gradle

paketUnity {
    assemblyDefinitionFileStrategy = "manual"
}

Changes