gradle
8.2-milestone-1
Kotlin DSL
gradle
/
org.gradle.api.publish
/
PublicationArtifact
/
builtBy
built
By
abstract
fun
builtBy
(
tasks
:
Array
<
Any
>
)
Registers some tasks which build this artifact.
Parameters
tasks
The tasks. These are evaluated as per
dependsOn
.