forked from cdancy/bitbucket-rest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
34 lines (25 loc) · 862 Bytes
/
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
group = io.github.cdancy
version = 3.1.1-SNAPSHOT
artifactoryURL = http://127.0.0.1:8080/artifactory
artifactoryUser = admin
artifactoryPassword = password
snapshotRepository = libs-snapshot-local
releaseRepository = libs-release-local
testBitbucketRestEndpoint = http://127.0.0.1:7990
# can be base64 encoded
testBitbucketRestCredentials = root:root
# Uncomment out below, and comment out above, if you
# want to use token/bearer auth for running integ tests.
#testBitbucketRestToken = root:root
# the optional Bitbucket project to use should
# the passed along authentication not have privileges
# to create Projects.
testBitbucketRestProject=DEV
githubUsername=fixme
githubPassword=fixme
signing.keyId=fixme
signing.password=fixme
signing.secretKeyRingFile=fixme
sonatypeUsername=fixme
sonatypePassword=fixme
sonatypeURL=https://s01.oss.sonatype.org