SGF-66
+ include sample in distro
This commit is contained in:
@@ -184,11 +184,18 @@ task dist(type: Zip) {
|
||||
into 'docs'
|
||||
include 'reference/**/*'
|
||||
}
|
||||
from('samples/') {
|
||||
into 'samples'
|
||||
exclude '**/build/**'
|
||||
exclude '**/target/**'
|
||||
exclude '**/.gradle/**'
|
||||
exclude '**/vf*.cfg'
|
||||
}
|
||||
from('build/') {
|
||||
into 'docs'
|
||||
include 'api/**/*'
|
||||
}
|
||||
into('dist') {
|
||||
into('dist') {
|
||||
from javaprojects.collect {project -> project.libsDir }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,5 +21,4 @@ gemfire.range = "[6.5, 7.0)"
|
||||
# --------------------
|
||||
# Project wide version
|
||||
# --------------------
|
||||
springGemfireVersion=1.1.0.BUILD-SNAPSHOT
|
||||
systemProp.xsl:vendor=Apache Software Foundation
|
||||
springGemfireVersion=1.1.0.BUILD-SNAPSHOT
|
||||
Reference in New Issue
Block a user