Testing jenkins+gradle config

This commit is contained in:
pahimar 2013-12-28 19:23:25 -05:00
parent 29db72ae9e
commit 76ba08c683

View file

@ -104,7 +104,7 @@ task release(type: Copy) {
eachFile { file ->
logger.info "copying ${file}"
}
logger.info "release dir ${project.ee3_release_loc}"
// only if the release location isn't empty.
onlyIf {
return project.ee3_release_loc != "."