mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15:42 +00:00
* Add index for domainRepoId to PollMessage and DomainHistoryHost * Add flyway fix for Concurrent * fix gradle.properties * Modify lockfiles * Update the release tool and add IF NOT EXISTS * Test removing transactional lock from deploy script * Add transactional lock flag to actual flyway commands in script * Remove flag from info command * Add configuration for integration test
31 lines
683 B
Properties
31 lines
683 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
|
|
org.gradle.parallel=true
|
|
mavenUrl=
|
|
pluginsUrl=
|
|
allowInsecureProtocol=
|
|
verboseTestOutput=false
|
|
enableDependencyLocking=true
|
|
enableCrossReferencing=false
|
|
testFilter=
|
|
environment=
|
|
dbServer=
|
|
dbName=postgres
|
|
dbUser=
|
|
dbPassword=
|
|
publish_repo=
|
|
baseSchemaTag=
|
|
schema_version=
|
|
nomulus_version=
|
|
dot_path=/usr/bin/dot
|
|
pipeline=
|