We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08e1b8 commit 2f01ebdCopy full SHA for 2f01ebd
libs/javalib/src/mill/javalib/MavenPublish.scala
@@ -55,7 +55,7 @@ private[mill] trait MavenPublish {
55
log: Logger,
56
worker: InternalMavenWorkerSupport.Api
57
): Unit = {
58
- val uri = if (isSnapshot) releaseUri else snapshotUri
+ val uri = if (isSnapshot) snapshotUri else releaseUri
59
val artifacts = MavenWorkerSupport.RemoteM2Publisher.asM2ArtifactsFromPublishDatas(
60
publishData.meta,
61
publishData.payloadAsMap
0 commit comments