toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.publish
/
PublicationArtifact
/
builtBy
built
By
API
abstract
fun
builtBy
(
tasks
:
Array
<
Any
>
)
(
source
)
Registers some tasks which build this artifact.
Parameters
tasks
The tasks. These are evaluated as per
dependsOn
.