api / org.gradle.api.artifacts / Configuration / getUploadTaskName

getUploadTaskName

abstract fun getUploadTaskName(): String

Returns the name of the task that upload the artifacts of this configuration to repositories declared by the user.

Return
The name of the associated upload task

See Also
org.gradle.api.tasks.Upload