Fix issue with gradle upload documentation task
This commit is contained in:
parent
3ef306b7e3
commit
c02440eb8e
|
@ -335,7 +335,7 @@ tasks.uploadDocumentation {
|
||||||
throw new RuntimeException( "Cannot perform upload of SNAPSHOT documentation" );
|
throw new RuntimeException( "Cannot perform upload of SNAPSHOT documentation" );
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
logger.lifecycle( "Uploading documentation [{$url}]..." )
|
logger.lifecycle( "Uploading documentation ..." )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue