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) {
39
39
artifact : Artifact ,
40
40
contents : Map [os.SubPath , FileSetContents .Writable ]
41
41
)(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
+ )
43
45
val releaseDir = localIvyRepo / artifact.group / artifact.id / artifact.version
44
46
FileSetContents .writeTo(releaseDir, contents)
45
47
}
You can’t perform that action at this time.
0 commit comments