forked from zowe/api-layer
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
28 lines (21 loc) · 831 Bytes
/
gradle.properties
File metadata and controls
28 lines (21 loc) · 831 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://zowe.jfrog.io/zowe/libs-release
artifactoryMavenSnapshotRepo=https://zowe.jfrog.io/zowe/libs-snapshot
# Artifactory credentials for builds (not publishing):
mavenUser=
mavenPassword=
# Artifactory credentials for publishing (need to be changed)
mavenPublishUser=
mavenPublishPassword=
sonar.host.url=https://sonarcloud.io
# Artifactory repositories for publising
artifactoryPublishingMavenRepo=https://zowe.jfrog.io/zowe/libs-release-local
artifactoryPublishingMavenSnapshotRepo=https://zowe.jfrog.io/zowe/libs-snapshot-local
# Artifacts version
version=1.3.3-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=false