mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15:42 +00:00
We used to publish test artifacts to a Maven repo on GCS, for use by schema tests. For this to work with Kokoro, the GCS bucket must be accessible to all users. To comply with the no-public-user requirement, we store the necessary jars at at well-known bucket and map them into Kokoro. This strategy cannot be used on the Maven repo because only a small number of files with fixed names may be mapped. With the Maven repo, there are too many files to map.
30 lines
670 B
Properties
30 lines
670 B
Properties
# This file defines properties used by the gradle build. It must be kept in
|
|
# sync with config/nom_build.py.
|
|
#
|
|
# To regenerate, run ./nom_build --generate-gradle-properties
|
|
#
|
|
# To view property descriptions (which are command line flags for
|
|
# nom_build), run ./nom_build --help.
|
|
#
|
|
# DO NOT EDIT THIS FILE BY HAND
|
|
org.gradle.jvmargs=-Xmx2048m
|
|
org.gradle.caching=true
|
|
org.gradle.parallel=true
|
|
mavenUrl=
|
|
pluginsUrl=
|
|
allowInsecureProtocol=
|
|
verboseTestOutput=false
|
|
enableDependencyLocking=true
|
|
enableCrossReferencing=false
|
|
testFilter=
|
|
environment=
|
|
dbServer=
|
|
dbName=postgres
|
|
dbUser=
|
|
dbPassword=
|
|
dot_path=/usr/bin/dot
|
|
pipeline=
|
|
nomulus_env=
|
|
schema_env=
|
|
schemaTestArtifactsDir=
|