forked from zowe/api-layer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
37 lines (30 loc) · 1.1 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
# 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=2.10.13-SNAPSHOT
defaultSpringBootVersion=2.0.2.RELEASE
defaultSpringBootCloudVersion=2.0.0.RELEASE
nodejsVersion=14.16.0
cleanNodeModules=false
cleanNode=false
projectRoot=${project.projectDir}
org.gradle.daemon=false
org.gradle.jvmargs=-Xmx1536m
org.gradle.parallel=true
org.gradle.caching=true
# Don't push in remote cache from local environments
gradle.cache.push = false
# Override on the environments with push access to the Remote cache
artifactory_user=user
artifactory_password=password