-
Notifications
You must be signed in to change notification settings - Fork 1
/
project.properties
50 lines (40 loc) · 1.49 KB
/
project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#
# project.properties
#
tomcat.port.shutdown=8005
tomcat.port.http=8080
# Disable verify mode of instrumentor.
# Typically enabled on systems for Continuous Integration.
#
instrument.verify=false
# Enable generation of Nullable/Nonnull annotations by instrumentor.
# (Only affects local instrumentation of testsrc files.)
#
instrument.nullabilityAnnotations=true
runtime.test.ClusterNetworkTest.skipMulticast=false
runtime.test.ClusterNetworkTest.multicast=224.0.0.42
runtime.test.ClusterNetworkTest.port.A=14446
runtime.test.ClusterNetworkTest.port.B=14447
runtime.test.ClusterNetworkTest.port.C=14448
runtime.test.VaultHttpServiceTest.url=http://localhost/VaultHttpServiceDocumentRoot
runtime.test.VaultHttpServiceTest.dir=VaultHttpServiceDocumentRoot
# Specifies option --details for junit ConsoleLauncher.
# Use one of none, summary, flat, tree, verbose.
# See https://junit.org/junit5/docs/current/user-guide/#running-tests-console-launcher-options
#
test-details=summary
# Set the result of java.util.TimeZone.getDefault()
#
test-DefaultTimeZone=GMT
# Set the result of java.util.Locale.getDefault()
#
test-DefaultCountry=US
test-DefaultLanguage=en
# Password for database superuser
#
runtime.test.withEnv.setup.password=password-JUST-FOR-SETUP
# Path to local gradle offline repo
# To make "ant publishlocally" publish to the offline repository of your checkout of a system that uses Gradle
# for building, point to the "offline-repo" directory here.
#
# gradle.offline.repo.path=/path/to/offlineline-repo