forked from zowe/api-layer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
25 lines (19 loc) · 913 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
# 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=
# 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.5-SNAPSHOT
defaultSpringBootVersion=2.0.2.RELEASE
defaultSpringBootCloudVersion=2.0.0.RELEASE
nodejsVersion=8.11.1
projectRoot=${project.projectDir}
org.gradle.daemon=false