StarChart-Labs / flare-plugins

Gradle plug-ins with opinionated defaults to allow streamlined, consistent operations
MIT License
1 stars 0 forks source link

Only Apply "bintray" Credential Configuration When Bintray Plug-in is Present #15

Closed romeara closed 4 years ago

romeara commented 5 years ago

Currently, the multi-module library plug-in configures a set of bintray credentials for use within the build whenever it is applied.

As these are intended for use with bintray uploads, it would be more appropriate to only apply this configuration when the bintray plug-in is also applied.

As this would be potentially removing configuration from builds already using this plug-in, this is a major revision change.