mirror of
https://github.com/google/nomulus.git
synced 2025-08-02 16:02:10 +02:00
The segregated test targets in core break the --tests filter. Fix this by defining a "testFilter" property and creating the FilteringTest task type that applies it to the property set by "--tests".
28 lines
597 B
Properties
28 lines
597 B
Properties
org.gradle.jvmargs=-Xmx1024m
|
|
mavenUrl=
|
|
pluginsUrl=
|
|
uploaderDestination=
|
|
uploaderCredentialsFile=
|
|
uploaderMultithreadedUpload=
|
|
verboseTestOutput=false
|
|
flowDocsFile=
|
|
enableDependencyLocking=true
|
|
|
|
# Comma separated list of test patterns, if specified run only these.
|
|
testFilter=
|
|
|
|
# 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=
|