When I specify an empty string for the repository URL of the ‘uploadArchives’ task, the task will report success when executed. What did actually happen? Did it publish the artifacts anywhere?
The configuration of the task is the following:
uploadArchives {
repositories {
mavenDeployer {
repository(url: ‘’) {
authentication(userName: ‘’, password: ‘’);
}
snapshotRepository(url: ‘’) {
authentication(userName: ‘’, password: ‘’);
}
}
}
}
and this is the output of uploadArchives:
Uploading: [relative path of artifact] to repository remote at
Transferring 26K from remote
Uploaded 26K