forked from ragsns/coprhd-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
32 lines (24 loc) · 855 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
requiredGradleVersion=1.11
javaSourceCompatibility=1.8
javaTargetCompatibility=1.8
gradlePluginsVersion=1.1.0.0.7.b684740
artifactoryUrl=http://asdrepo.isus.emc.com:8081/artifactory/vipr-build
# additional artifact required for OSS mode build
coprHD_aux_repo=https://build.coprhd.org/jenkins/userContent/coprhd-build
baseVersion=3.6.2.0
# Docs version can only be updated once an artifact for that version has been uploaded
docsVersion=3.6.0.0
# Version for apidocs generation
apidocsComparisionVersion=3.0.0.0
# Exclude dataservices tests
testExcludes=com/emc/storageos/data/**
PRODUCT_NAME=storageos
# Nile build version
nileFabricVersion=1.0.0.0.466.502508c
storageosVersion=SNAPSHOT
# Target Configuration (scripts)
jdkHome=/usr/lib64/jvm/java-1.8.0-oracle
installDir=/opt/storageos
ideaGroovySupport=false
# build type: oss/emc
buildType=emc