-
Notifications
You must be signed in to change notification settings - Fork 7
/
gradle.properties
52 lines (37 loc) · 1.5 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
########################################################
##### Build artifact publishing/uploading props #####
########################################################
# multi-project wide gradle group identifier
group = io.github.cdancy
version = 1.1.2-SNAPSHOT
# org or user or umbrella folder for this project
organization = cdancy
# snapshot and release repo names
snapshotRepository = libs-snapshot-local
releaseRepository = libs-release-local
########################################################
##### Github/git versioning and publishing props #####
########################################################
# can bet set to either 'final' or 'SNAPSHOT'
releaseStage = SNAPSHOT
# can bet set to either 'major', 'minor', or 'patch'
releaseScope = patch
# whether to publish docs to github-pages or not
publishGithubPages = true
########################################################
##### Integration/Live testing props #####
########################################################
testArtifactoryRestEndpoint = http://127.0.0.1:8081/artifactory
testArtifactoryRestCredentials = admin:password
testArtifactoryRestDockerRepo = docker-local
testArtifactoryRestDockerPromotedRepo = docker-promoted
testArtifactoryRestDockerImage = library/artifactory
testArtifactoryRestDockerTag = 999
githubUsername=fixme
githubPassword=fixme
signing.keyId=fixme
signing.password=fixme
signing.secretKeyRingFile=fixme
sonatypeUsername=fixme
sonatypePassword=fixme
sonatypeURL=https://s01.oss.sonatype.org