Fix issue with gradle upload documentation task

This commit is contained in:
Andrea Boriero 2022-05-06 18:34:35 +02:00
parent 3ef306b7e3
commit c02440eb8e
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ tasks.uploadDocumentation {
throw new RuntimeException( "Cannot perform upload of SNAPSHOT documentation" );
}
else {
logger.lifecycle( "Uploading documentation [{$url}]..." )
logger.lifecycle( "Uploading documentation ..." )
}
}