wooga / atlas-paket

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

Improve paket-unity install filter for assembly definition files #91

Open Larusso opened 1 year ago

Larusso commented 1 year ago

Description

The install filter for includeAssemblyDefinitions in the net.wooga.paket-unity plugin doesn't filter out all content. I adjusted the filter to also be awar of .asmref files and the asmdef.meta as well as .asmref.meta.

This is just cosmetic patch since these files do now harm if present.

Changes