public interface ArtifactsAware
abstract Unit
artifacts(Function1<ArtifactsBuilder, Unit> init)
artifacts(Artifacts artifacts)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Unit artifacts(Function1<ArtifactsBuilder, Unit> init)
Configures a new artifacts section via its builder.
abstract Unit artifacts(Artifacts artifacts)
Sets a new artifacts section. Can also be used to reset it when null is passed.
null