mirror of
https://github.com/google/nomulus.git
synced 2025-04-29 19:47:51 +02:00
* Convert to gradle 7. * More fixes, regenerated lockfiles. * Update lockfiles for dependency update. * Fix show_upgrade_diff for new lockfile format * Add property for allowInsecureProtocol Allow us to override the restriction against use of plain HTTP for communication to dependency repositories. We need this to be able to use a local proxy for dependency gathering. * Checking in missing gradle.lockfile
33 lines
748 B
Properties
33 lines
748 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=
|
|
allowInsecureProtocol=
|
|
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=
|