Skip to content

Commit

Permalink
Gradle release script removed --protocol=28 for rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
dreab8 authored and yrodiere committed Apr 11, 2022
1 parent cb738ce commit 39e0cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {
Expand Down

0 comments on commit 39e0cca

Please sign in to comment.