Closed junghoahnsc closed 7 years ago
@loosebazooka this should work right?
There's no gradle mechanism to do this. You would have to do this on your own, just read the property you set on the command line into the right configuration parameter.
appengine {
deploy {
project = property('appengine.deploy.project')
}
}
./gradlew appengineDeploy -Pappengine.deploy.project=my-project
Thanks, that's the way what I'm doing now.
Hello,
I'm trying to use this plugin and my build.gradle has
And I'd like to overwrite
project
withgradlew
command line. I tried likebut it didn't work. I tried many variants, but I couldn't find a solution.
Thanks,