mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 16:44:57 +00:00
Gradle release script removed --protocol=28 for rsync
This commit is contained in:
parent
da2b3f010d
commit
6c7edbf640
@ -111,7 +111,7 @@ task uploadDocumentation(type:Exec, dependsOn: assembleDocumentation) {
|
||||
final String url = "filemgmt.jboss.org:/docs_htdocs/hibernate/orm/${rootProject.ormVersion.family}";
|
||||
|
||||
executable 'rsync'
|
||||
args '-avz', '--links', '--protocol=28', "${documentationDir.absolutePath}/", url
|
||||
args '-avz', '--links', "${documentationDir.absolutePath}/", url
|
||||
|
||||
doFirst {
|
||||
if ( rootProject.ormVersion.isSnapshot ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user