File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
example/javalib/web/6-todo-quarkus
libs/javalib/src/mill/javalib/publish Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1+ Subproject commit d03d71f6b41b14b228fe8ad782b32800dcb9b6f0
Original file line number Diff line number Diff line change @@ -39,7 +39,9 @@ class LocalIvyPublisher(localIvyRepo: os.Path) {
3939 artifact : Artifact ,
4040 contents : Map [os.SubPath , FileSetContents .Writable ]
4141 )(implicit ctx : TaskCtx .Log ): Seq [os.Path ] = {
42- ctx.log.info(s " Publishing ${artifact} to ivy repo ${localIvyRepo}" )
42+ ctx.log.info(
43+ s " Publishing ${artifact.group}: ${artifact.id}: ${artifact.version} to ivy repo ${localIvyRepo}"
44+ )
4345 val releaseDir = localIvyRepo / artifact.group / artifact.id / artifact.version
4446 FileSetContents .writeTo(releaseDir, contents)
4547 }
You can’t perform that action at this time.
0 commit comments