mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 18:26:12 +02:00
* Improve error handling for environment property Improve the error messages that we get for a bad or missing environment property. Move the property processing into the main build so that we do it only once and configure all of the appengine deployment tasks to check that a project has been defined and print a friendly error if it hasn't. Note that even if the check isn't configured, this change prevents deployment because the gcpProject will be set to null. It just won't print as useful an error message. Tested: ran appengineDeployAll with and without the environment property, ran "build" to verify that we don't get any complaints for non-deployment targets. * Changes for review. * Changes for review * Changes for review. * Changes for review.
25 lines
514 B
Properties
25 lines
514 B
Properties
org.gradle.jvmargs=-Xmx1024m
|
|
mavenUrl=
|
|
pluginsUrl=
|
|
uploaderDestination=
|
|
uploaderCredentialsFile=
|
|
uploaderMultithreadedUpload=
|
|
verboseTestOutput=false
|
|
flowDocsFile=
|
|
enableDependencyLocking=true
|
|
|
|
# GAE Environment for deployment and staging.
|
|
environment=
|
|
|
|
# Cloud SQL properties
|
|
|
|
# A registry environment name (e.g., 'alpha') or a host[:port] string
|
|
dbServer=
|
|
dbName=postgres
|
|
dbUser=
|
|
dbPassword=
|
|
|
|
# Maven repository of the Cloud SQL schema jar, which contains the
|
|
# SQL DDL scripts.
|
|
schema_jar_repo=
|
|
schema_version=
|