mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
alfrescoBaseSolrVersion, alfrescoTestDepsVersion now default to alfrescoBaseVersion. You can still set them by a command line -PalfrescoBaseSolrVersion=gethin or putting an entry in the gradle.properties
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@56737 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -26,6 +26,8 @@ ext {
|
|||||||
distDir = 'dist'
|
distDir = 'dist'
|
||||||
packageBaseName = "${groupid}-${packageName}-${version}-${build}"
|
packageBaseName = "${groupid}-${packageName}-${version}-${build}"
|
||||||
packageZipFile = "${packageBaseName}.zip"
|
packageZipFile = "${packageBaseName}.zip"
|
||||||
|
if (!project.hasProperty('alfrescoBaseSolrVersion')) alfrescoBaseSolrVersion=alfrescoBaseVersion
|
||||||
|
if (!project.hasProperty('alfrescoTestDepsVersion')) alfrescoTestDepsVersion=alfrescoBaseVersion
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Package Build Tasks */
|
/** Package Build Tasks */
|
||||||
|
@@ -16,8 +16,6 @@ alfrescoEnterpriseMavenPwd=
|
|||||||
# set to org.alfresco.enterprise when enterprise version required
|
# set to org.alfresco.enterprise when enterprise version required
|
||||||
alfrescoGroupId=org.alfresco
|
alfrescoGroupId=org.alfresco
|
||||||
alfrescoBaseVersion=4.2.0-RC2
|
alfrescoBaseVersion=4.2.0-RC2
|
||||||
alfrescoBaseSolrVersion=4.2.c
|
|
||||||
alfrescoTestDepsVersion=4.2.0-RC2
|
|
||||||
|
|
||||||
# indicates whether this is a local build or not
|
# indicates whether this is a local build or not
|
||||||
localBuild=true
|
localBuild=true
|
||||||
|
Reference in New Issue
Block a user