mirror of
https://github.com/google/nomulus.git
synced 2025-07-03 01:33:29 +02:00
We would like to re-use the build cache when building RCs for different environments. There's not much practical use in doing a "clean" for every build when Gradle should be able to figure out which artifacts need to be rebuilt. It also does not make sense to build each environment in a separate step, which also introduces redunency because not all artifacts are cached across steps. The build cache is enabled by default. Lastly, the cache needs to be inside the /workspace folder, which is the default persisted storage location. TESTED=tried to build the RCs on alpha and saved about 10 min. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/google/nomulus/1619) <!-- Reviewable:end -->
32 lines
725 B
Properties
32 lines
725 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=-Xmx1024m
|
|
org.gradle.caching=true
|
|
mavenUrl=
|
|
pluginsUrl=
|
|
uploaderDestination=
|
|
uploaderCredentialsFile=
|
|
uploaderMultithreadedUpload=
|
|
verboseTestOutput=false
|
|
flowDocsFile=
|
|
enableDependencyLocking=true
|
|
enableCrossReferencing=false
|
|
testFilter=
|
|
environment=
|
|
dbServer=
|
|
dbName=postgres
|
|
dbUser=
|
|
dbPassword=
|
|
publish_repo=
|
|
baseSchemaTag=
|
|
schema_version=
|
|
nomulus_version=
|
|
dot_path=/usr/bin/dot
|
|
pipeline=
|