Use the publisher interface for publishing as default

This commit is contained in:
Tammo Steffens 2024-01-17 21:39:39 +01:00
parent cfe0fc8e2e
commit 053c7cc8bd
1 changed files with 2 additions and 1 deletions

View File

@ -3665,7 +3665,8 @@ object Classpaths {
val conf = config.value
val log = streams.value.log
val module = ivyModule.value
IvyActions.publish(module, conf, log)
val publisherInterface = publisher.value
publisherInterface.publish(module, conf, log)
}
}
.tag(Tags.Publish, Tags.Network)