mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
HHH-8144 corrected rsync args
This commit is contained in:
parent
80b07c0281
commit
7678fae6a5
@ -149,7 +149,7 @@ task uploadDocumentation(type:Exec, dependsOn: buildDocumentation) {
|
||||
final String url = 'filemgmt.jboss.org:/docs_htdocs/hibernate/';
|
||||
|
||||
executable 'rsync'
|
||||
args '-rv', '--links', '--protocol=28', "${documentationUploadStagingDir.absolutePath}/", url
|
||||
args '-avz', '--links', '--protocol=28', "${documentationUploadStagingDir.absolutePath}/", url
|
||||
|
||||
doFirst {
|
||||
if ( version.endsWith( "SNAPSHOT" ) ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user