wooga / atlas-paket

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

Adds includeTests opt-in for paket #89

Open Azurelol opened 1 year ago

Azurelol commented 1 year ago

Description

Adds an includeTests property for our Unity packages (in addition to the existing includeAssemblies), so that projects can opt into including test source files through paket.

Overhauls how the paket.unity3d.references are parsed:

Changes

Azurelol commented 1 year ago

is includeAssemblies new in this PR as well? And how does it play with the

paketUnity {
    includeAssemblyDefinitions = true
}
``` extension property? Could we rename the property to `includeAssemblyDefinitions` here as well?

Oh no, it's not.

I had some issues during the rebase. It should be correct now.

Azurelol commented 1 year ago

I think it should be good now.

Probably.