Hi @GeorgOfenbeck,
as far as I can see, the new 0.1.0 version for Mill 1.x is published without the Mill version suffix:
https://repo1.maven.org/maven2/com/ofenbeck/mill-docker_3/
whereas the URL imo should be
https://repo1.maven.org/maven2/com/ofenbeck/mill-docker1_3/
At least that's what I get when I run ./mill mill-docker.publishLocal inside a local checkout of the repo.
With the published version I also get an error when trying to use it:
compile java.lang.AssertionError: assertion failed: trait DockerJibModule has non-class parent: TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object mill),package),Module)
scala.runtime.Scala3RunTime$.assertFailed(Scala3RunTime.scala:8)
This error does not occur with the publishLocaled version.
Was the publishing done by the GitHub Action I added or manually?
If the former, I can try to investigate and fix.
Hi @GeorgOfenbeck,
as far as I can see, the new
0.1.0version for Mill 1.x is published without the Mill version suffix:https://repo1.maven.org/maven2/com/ofenbeck/mill-docker_3/
whereas the URL imo should be
https://repo1.maven.org/maven2/com/ofenbeck/mill-docker1_3/
At least that's what I get when I run
./mill mill-docker.publishLocalinside a local checkout of the repo.With the published version I also get an error when trying to use it:
This error does not occur with the
publishLocaled version.Was the publishing done by the GitHub Action I added or manually?
If the former, I can try to investigate and fix.