-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathgradle.properties
62 lines (43 loc) · 1.27 KB
/
gradle.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
51
52
53
54
55
56
57
58
59
60
61
62
# Memory settings for the build
org.gradle.jvmargs = -Xmx4096m
# Development environment
devPostgresPort = 5432
devPostgresName = postgresql
# Local acceptance tests configuration
acceptanceJar = ontrack-acceptance/build/libs/ontrack-acceptance.jar
# Collection of Jacoco coverage
jacocoExecFile = build/jacoco/acceptance.exec
jacocoReportFile = build/reports/jacoco/acceptance.xm
#############################################
# All connection parameters
# To be filled in ~/.gradle/gradle.properties
#############################################
# Signatures
signing.keyId =
signing.password =
signing.secretKeyRingFile =
# OSS publication credentials
ossrhPublication = false
ossrhUsername =
ossrhPassword =
# Integration tests setup
itProject = it
# GitHub connection for the publication
gitHubToken =
gitHubOwner = nemerosa
gitHubRepo = ontrack
gitHubCommit = HEAD
# Ontrack change log computation
# Set in the pipeline to the current branch
gitHubChangeLogReleaseBranch =
gitHubChangeLogCurrentBuild =
# Ontrack connection
# For production deployment, filled in at deployment time
ontrackUrl = https://ontrack.nemerosa.net
ontrackJvmOptions = -Xmx256m
ontrackImplicitWait = 5
ontrackUser =
ontrackToken =
ontrackReleaseBranch =
ontrackGitHubUri =
ontrackGitHubPages = gh-pages