-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
28 lines (21 loc) · 983 Bytes
/
gradle.properties
File metadata and controls
28 lines (21 loc) · 983 Bytes
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
# Artifactory repositories for builds
artifactoryMavenRepo=https://gizaartifactory.jfrog.io/gizaartifactory/libs-release
artifactoryMavenSnapshotRepo=https://gizaartifactory.jfrog.io/gizaartifactory/libs-snapshot
# Artifactory credentials for builds (not publishing):
mavenUser=apilayer-build
mavenPassword=lHj7sjJmAxL5k7obuf80Of+tCLQYZPMVpDob5oJG1NI=
# Artifactory credentials for publishing (need to be changed)
mavenPublishUser=
mavenPublishPassword=
sonar.host.url=https://jayne.zowe.org:9000
# Artifactory repositories for publising
artifactoryPublishingMavenRepo=https://gizaartifactory.jfrog.io/gizaartifactory/libs-release-local
artifactoryPublishingMavenSnapshotRepo=https://gizaartifactory.jfrog.io/gizaartifactory/libs-snapshot-local
# Artifacts version
version=1.1.11-SNAPSHOT
defaultSpringBootVersion=2.0.2.RELEASE
defaultSpringBootCloudVersion=2.0.0.RELEASE
nodejsVersion=8.11.1
projectRoot=${project.projectDir}
org.gradle.daemon=false
org.gradle.parallel=true