researchgate / gradle-release

gradle-release is a plugin for providing a Maven-like release process for projects using Gradle
MIT License
863 stars 223 forks source link

How to run release in flavour build #320

Open subhanshu-shukla opened 4 years ago

subhanshu-shukla commented 4 years ago

Hi have two flavor in my app

  1. demo
  2. full I have two app in play store. How I can run release for demo and full in separate run.

in gradle tasks result there is a option of assembleDemoRelease and assembleFullRelease but there is no option for releaseDemo and relaseFull