mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 17:28:25 +02:00
* Add maven-publish task for SQL schema jar Add task to publish SQL schema jar with flyway scripts and golden schema to a maven repo. This will be used for pre-release testing in the future. This task is not part of build and needs to be invoked explicitly. User needs to provide schema_jar_repo and schema_version properties. * Merge branch 'master' of https://github.com/google/nomulus into publish-schema-jar * Add maven-publish task for SQL schema jar Add task to publish SQL schema jar with flyway scripts and golden schema to a maven repo. This will be used for pre-release testing in the future. This task is not part of build and needs to be invoked explicitly. User needs to provide schema_jar_repo and schema_version properties.
22 lines
454 B
Properties
22 lines
454 B
Properties
org.gradle.jvmargs=-Xmx1024m
|
|
mavenUrl=
|
|
pluginsUrl=
|
|
uploaderDestination=
|
|
uploaderCredentialsFile=
|
|
uploaderMultithreadedUpload=
|
|
verboseTestOutput=false
|
|
flowDocsFile=
|
|
enableDependencyLocking=true
|
|
|
|
# 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=
|