SpineEventEngine / config

Dependencies and build configurations shared among subprojects
https://spine.io
Apache License 2.0
2 stars 3 forks source link

Local ProtoData versions #488

Closed dmdashenkov closed 1 year ago

dmdashenkov commented 1 year ago

In this PR we make the buildSrc's script ProtoData choose which version of ProtoData to use, a public remote one or one published locally.

In order to switch to the locally published version, declare the PROTO_DATA_VERSION env variable (or the PROTO_DATA_DF_VERSION) with the desired version. The script will handle the rest.