UniPub
Toggle table of contents
1.0.9
jvm
Platform filter
jvm
Switch theme
Search in API
UniPub
UniPub
/
dev.mtctx.unipub.dsl
/
ArtifactsBuilder
Artifacts
Builder
class
ArtifactsBuilder
(
source
)
Members
Constructors
Artifacts
Builder
Link copied to clipboard
constructor
(
)
Functions
build
Link copied to clipboard
fun
build
(
)
:
List
<
ArtifactInfo
>
component
Link copied to clipboard
fun
component
(
name
:
String
)
custom
Link copied to clipboard
fun
custom
(
classifier
:
String
?
=
null
,
extension
:
String
?
=
null
,
configure
:
(
MavenPublication
)
->
Unit
)
file
Link copied to clipboard
fun
file
(
file
:
File
,
classifier
:
String
?
=
null
)
task
Link copied to clipboard
fun
task
(
task
:
TaskProvider
<
*
>
)